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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=14",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=12",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 13,
    "results": [
        {
            "start": 816303496,
            "stop": 816303768
        },
        {
            "start": 816303771,
            "stop": 816304428
        },
        {
            "start": 816304431,
            "stop": 816312960
        },
        {
            "start": 816312992,
            "stop": 816313216
        },
        {
            "start": 816313248,
            "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
        },
        {
            "start": 816361301,
            "stop": 816363453
        },
        {
            "start": 816363456,
            "stop": 816366791
        },
        {
            "start": 816366793,
            "stop": 816369193
        },
        {
            "start": 816373828,
            "stop": 816377088
        },
        {
            "start": 816377120,
            "stop": 816377632
        },
        {
            "start": 816377664,
            "stop": 816378271
        }
    ]
}