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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=17",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=15",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 16,
    "results": [
        {
            "start": 816246471,
            "stop": 816250080
        },
        {
            "start": 816250083,
            "stop": 816253397
        },
        {
            "start": 816253400,
            "stop": 816265989
        },
        {
            "start": 816265992,
            "stop": 816271959
        },
        {
            "start": 816271961,
            "stop": 816280384
        },
        {
            "start": 816280891,
            "stop": 816281031
        },
        {
            "start": 816281033,
            "stop": 816283899
        },
        {
            "start": 816283902,
            "stop": 816290458
        },
        {
            "start": 816303496,
            "stop": 816303768
        },
        {
            "start": 816303771,
            "stop": 816304428
        },
        {
            "start": 816304431,
            "stop": 816317565
        },
        {
            "start": 816317568,
            "stop": 816319578
        },
        {
            "start": 816319581,
            "stop": 816325651
        },
        {
            "start": 816325653,
            "stop": 816327659
        },
        {
            "start": 816327661,
            "stop": 816336928
        },
        {
            "start": 816336931,
            "stop": 816350867
        },
        {
            "start": 816350869,
            "stop": 816350963
        },
        {
            "start": 816350966,
            "stop": 816356382
        },
        {
            "start": 816356385,
            "stop": 816356433
        },
        {
            "start": 816356436,
            "stop": 816361299
        }
    ]
}