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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=286",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 287,
    "results": [
        {
            "start": 841325581,
            "stop": 841330462
        },
        {
            "start": 841330463,
            "stop": 841340861
        },
        {
            "start": 841340863,
            "stop": 841343235
        },
        {
            "start": 841343237,
            "stop": 841344710
        },
        {
            "start": 841345067,
            "stop": 841346665
        },
        {
            "start": 841346666,
            "stop": 841349133
        },
        {
            "start": 841349135,
            "stop": 841349221
        },
        {
            "start": 841349223,
            "stop": 841349319
        },
        {
            "start": 841349321,
            "stop": 841349370
        },
        {
            "start": 841349372,
            "stop": 841349390
        },
        {
            "start": 841349392,
            "stop": 841351441
        },
        {
            "start": 841351444,
            "stop": 841356902
        },
        {
            "start": 841356904,
            "stop": 841380556
        },
        {
            "start": 841382074,
            "stop": 841382403
        },
        {
            "start": 841382405,
            "stop": 841382542
        },
        {
            "start": 841382545,
            "stop": 841386904
        },
        {
            "start": 841386906,
            "stop": 841386912
        },
        {
            "start": 841386915,
            "stop": 841386920
        },
        {
            "start": 841386923,
            "stop": 841386939
        },
        {
            "start": 841386942,
            "stop": 841386989
        }
    ]
}