Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=756
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=757",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=755",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 756,
    "results": [
        {
            "start": 869471591,
            "stop": 869471599
        },
        {
            "start": 869471610,
            "stop": 869471618
        },
        {
            "start": 869471631,
            "stop": 869471638
        },
        {
            "start": 869471650,
            "stop": 869471662
        },
        {
            "start": 869471672,
            "stop": 869471685
        },
        {
            "start": 869471694,
            "stop": 869471704
        },
        {
            "start": 869471717,
            "stop": 869471723
        },
        {
            "start": 869471738,
            "stop": 869471744
        },
        {
            "start": 869471762,
            "stop": 869471768
        },
        {
            "start": 869471784,
            "stop": 869471792
        },
        {
            "start": 869471805,
            "stop": 869471812
        },
        {
            "start": 869471824,
            "stop": 869471838
        },
        {
            "start": 869471853,
            "stop": 869471863
        },
        {
            "start": 869471892,
            "stop": 869471900
        },
        {
            "start": 869471913,
            "stop": 869471924
        },
        {
            "start": 869471936,
            "stop": 869471945
        },
        {
            "start": 869471955,
            "stop": 869471968
        },
        {
            "start": 869471978,
            "stop": 869471988
        },
        {
            "start": 869472000,
            "stop": 869472008
        },
        {
            "start": 869472021,
            "stop": 869472028
        }
    ]
}