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=5
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=6",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=4",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 5,
    "results": [
        {
            "start": 816141407,
            "stop": 816141659
        },
        {
            "start": 816142132,
            "stop": 816142159
        },
        {
            "start": 816143173,
            "stop": 816156455
        },
        {
            "start": 816156457,
            "stop": 816158850
        },
        {
            "start": 816158910,
            "stop": 816183174
        },
        {
            "start": 816183177,
            "stop": 816183193
        },
        {
            "start": 816184320,
            "stop": 816185103
        },
        {
            "start": 816186901,
            "stop": 816189817
        },
        {
            "start": 816190352,
            "stop": 816192344
        },
        {
            "start": 816193833,
            "stop": 816194642
        },
        {
            "start": 816194648,
            "stop": 816195450
        },
        {
            "start": 816197786,
            "stop": 816199158
        },
        {
            "start": 816200244,
            "stop": 816200695
        },
        {
            "start": 816201454,
            "stop": 816203332
        },
        {
            "start": 816204829,
            "stop": 816204854
        },
        {
            "start": 816206281,
            "stop": 816207630
        },
        {
            "start": 816207978,
            "stop": 816208410
        },
        {
            "start": 816208470,
            "stop": 816208496
        },
        {
            "start": 816209567,
            "stop": 816209618
        },
        {
            "start": 816210833,
            "stop": 816211274
        }
    ]
}