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=1782
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=1783",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1781",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1782,
    "results": [
        {
            "start": 959425988,
            "stop": 959426017
        },
        {
            "start": 959426018,
            "stop": 959426020
        },
        {
            "start": 959427838,
            "stop": 959430579
        },
        {
            "start": 959430582,
            "stop": 959433089
        },
        {
            "start": 959433091,
            "stop": 959433419
        },
        {
            "start": 959433425,
            "stop": 959433437
        },
        {
            "start": 959433439,
            "stop": 959433785
        },
        {
            "start": 959433787,
            "stop": 959433958
        },
        {
            "start": 959437677,
            "stop": 959437868
        },
        {
            "start": 959437870,
            "stop": 959438373
        },
        {
            "start": 959438375,
            "stop": 959438426
        },
        {
            "start": 959438434,
            "stop": 959438437
        },
        {
            "start": 959438439,
            "stop": 959438440
        },
        {
            "start": 959438442,
            "stop": 959438446
        },
        {
            "start": 959438448,
            "stop": 959438449
        },
        {
            "start": 959438451,
            "stop": 959438452
        },
        {
            "start": 959438454,
            "stop": 959438457
        },
        {
            "start": 959438460,
            "stop": 959438489
        },
        {
            "start": 959438492,
            "stop": 959438493
        },
        {
            "start": 959438497,
            "stop": 959438508
        }
    ]
}