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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40942",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40943,
    "results": [
        {
            "start": 875114611,
            "stop": 875114612
        },
        {
            "start": 875114613,
            "stop": 875114626
        },
        {
            "start": 875114628,
            "stop": 875114657
        },
        {
            "start": 875114658,
            "stop": 875114683
        },
        {
            "start": 875114684,
            "stop": 875114685
        },
        {
            "start": 875114686,
            "stop": 875114689
        },
        {
            "start": 875114690,
            "stop": 875114715
        },
        {
            "start": 875114716,
            "stop": 875114725
        },
        {
            "start": 875114726,
            "stop": 875114736
        },
        {
            "start": 875114737,
            "stop": 875114762
        },
        {
            "start": 875114763,
            "stop": 875114791
        },
        {
            "start": 875114792,
            "stop": 875114813
        },
        {
            "start": 875114815,
            "stop": 875114877
        },
        {
            "start": 875114878,
            "stop": 875114892
        },
        {
            "start": 875114894,
            "stop": 875114920
        },
        {
            "start": 875114921,
            "stop": 875114923
        },
        {
            "start": 875114926,
            "stop": 875114972
        },
        {
            "start": 875114973,
            "stop": 875115036
        },
        {
            "start": 875115037,
            "stop": 875115052
        },
        {
            "start": 875115053,
            "stop": 875115064
        }
    ]
}