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_DATA/segments?format=api&page=112
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=113",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=111",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 112,
    "results": [
        {
            "start": 854830974,
            "stop": 854910445
        },
        {
            "start": 854911430,
            "stop": 854916997
        },
        {
            "start": 854918105,
            "stop": 854919419
        },
        {
            "start": 854920868,
            "stop": 854926287
        },
        {
            "start": 854926801,
            "stop": 854988033
        },
        {
            "start": 854988720,
            "stop": 855004901
        },
        {
            "start": 855005484,
            "stop": 855011529
        },
        {
            "start": 855012214,
            "stop": 855030922
        },
        {
            "start": 855031544,
            "stop": 855086958
        },
        {
            "start": 855088216,
            "stop": 855158564
        },
        {
            "start": 855159802,
            "stop": 855199438
        },
        {
            "start": 855199941,
            "stop": 855220549
        },
        {
            "start": 855222208,
            "stop": 855243399
        },
        {
            "start": 855243953,
            "stop": 855258378
        },
        {
            "start": 855259194,
            "stop": 855268101
        },
        {
            "start": 855268763,
            "stop": 855312469
        },
        {
            "start": 855313576,
            "stop": 855352842
        },
        {
            "start": 855360456,
            "stop": 855414412
        },
        {
            "start": 855416553,
            "stop": 855417626
        },
        {
            "start": 855459213,
            "stop": 855461367
        }
    ]
}