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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=5",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 6,
    "results": [
        {
            "start": 931079077,
            "stop": 931079078
        },
        {
            "start": 931079142,
            "stop": 931079143
        },
        {
            "start": 931079179,
            "stop": 931079180
        },
        {
            "start": 931081044,
            "stop": 931081047
        },
        {
            "start": 931081116,
            "stop": 931082999
        },
        {
            "start": 931106835,
            "stop": 931109081
        },
        {
            "start": 931109083,
            "stop": 931109155
        },
        {
            "start": 931109158,
            "stop": 931109190
        },
        {
            "start": 931109192,
            "stop": 931109270
        },
        {
            "start": 931113846,
            "stop": 931116758
        },
        {
            "start": 931138578,
            "stop": 931138581
        },
        {
            "start": 931138606,
            "stop": 931138608
        },
        {
            "start": 931159744,
            "stop": 931159745
        },
        {
            "start": 931159778,
            "stop": 931159779
        },
        {
            "start": 931159782,
            "stop": 931159785
        },
        {
            "start": 931159788,
            "stop": 931159790
        },
        {
            "start": 931159796,
            "stop": 931159797
        },
        {
            "start": 931159811,
            "stop": 931159812
        },
        {
            "start": 931159820,
            "stop": 931159824
        },
        {
            "start": 931159827,
            "stop": 931159828
        }
    ]
}