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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=48",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 49,
    "results": [
        {
            "start": 821055864,
            "stop": 821055870
        },
        {
            "start": 821056143,
            "stop": 821056290
        },
        {
            "start": 821056350,
            "stop": 821056353
        },
        {
            "start": 821062149,
            "stop": 821062808
        },
        {
            "start": 821063136,
            "stop": 821063317
        },
        {
            "start": 821064968,
            "stop": 821070983
        },
        {
            "start": 821071093,
            "stop": 821072355
        },
        {
            "start": 821072655,
            "stop": 821073261
        },
        {
            "start": 821073561,
            "stop": 821074077
        },
        {
            "start": 821074201,
            "stop": 821074828
        },
        {
            "start": 821075569,
            "stop": 821076039
        },
        {
            "start": 821076975,
            "stop": 821077059
        },
        {
            "start": 821077436,
            "stop": 821077637
        },
        {
            "start": 821077880,
            "stop": 821084037
        },
        {
            "start": 821084254,
            "stop": 821084490
        },
        {
            "start": 821084550,
            "stop": 821084623
        },
        {
            "start": 821086406,
            "stop": 821088618
        },
        {
            "start": 821089987,
            "stop": 821098681
        },
        {
            "start": 821099980,
            "stop": 821100394
        },
        {
            "start": 821101761,
            "stop": 821104019
        }
    ]
}