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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=408",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=406",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 407,
    "results": [
        {
            "start": 969389217,
            "stop": 969390739
        },
        {
            "start": 969393044,
            "stop": 969409223
        },
        {
            "start": 969409228,
            "stop": 969424027
        },
        {
            "start": 969425872,
            "stop": 969451891
        },
        {
            "start": 969455030,
            "stop": 969506064
        },
        {
            "start": 969508725,
            "stop": 969509255
        },
        {
            "start": 969509260,
            "stop": 969517817
        },
        {
            "start": 969526275,
            "stop": 969542685
        },
        {
            "start": 969544984,
            "stop": 969561309
        },
        {
            "start": 969563467,
            "stop": 969563668
        },
        {
            "start": 969565506,
            "stop": 969574462
        },
        {
            "start": 969576461,
            "stop": 969582415
        },
        {
            "start": 969586001,
            "stop": 969630951
        },
        {
            "start": 969636722,
            "stop": 969652515
        },
        {
            "start": 969658202,
            "stop": 969672481
        },
        {
            "start": 969672486,
            "stop": 969675995
        },
        {
            "start": 969676001,
            "stop": 969678311
        },
        {
            "start": 969678316,
            "stop": 969678325
        },
        {
            "start": 969678330,
            "stop": 969678336
        },
        {
            "start": 969678341,
            "stop": 969678355
        }
    ]
}