Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1770
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1771",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1769",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1770,
    "results": [
        {
            "start": 959177123,
            "stop": 959178156
        },
        {
            "start": 959178159,
            "stop": 959178281
        },
        {
            "start": 959178283,
            "stop": 959179029
        },
        {
            "start": 959179038,
            "stop": 959179046
        },
        {
            "start": 959179048,
            "stop": 959179064
        },
        {
            "start": 959179067,
            "stop": 959179539
        },
        {
            "start": 959179645,
            "stop": 959183041
        },
        {
            "start": 959183043,
            "stop": 959183166
        },
        {
            "start": 959183168,
            "stop": 959183307
        },
        {
            "start": 959183309,
            "stop": 959183322
        },
        {
            "start": 959183326,
            "stop": 959183545
        },
        {
            "start": 959184120,
            "stop": 959184188
        },
        {
            "start": 959184190,
            "stop": 959184197
        },
        {
            "start": 959184201,
            "stop": 959184373
        },
        {
            "start": 959184375,
            "stop": 959184501
        },
        {
            "start": 959184503,
            "stop": 959184578
        },
        {
            "start": 959184583,
            "stop": 959184612
        },
        {
            "start": 959184614,
            "stop": 959184633
        },
        {
            "start": 959184635,
            "stop": 959184651
        },
        {
            "start": 959184653,
            "stop": 959184672
        }
    ]
}