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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=64",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=62",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 63,
    "results": [
        {
            "start": 823167164,
            "stop": 823177929
        },
        {
            "start": 823178003,
            "stop": 823187527
        },
        {
            "start": 823187827,
            "stop": 823187874
        },
        {
            "start": 823187984,
            "stop": 823188133
        },
        {
            "start": 823190504,
            "stop": 823191047
        },
        {
            "start": 823192729,
            "stop": 823193342
        },
        {
            "start": 823195679,
            "stop": 823201104
        },
        {
            "start": 823201168,
            "stop": 823205222
        },
        {
            "start": 823205697,
            "stop": 823209520
        },
        {
            "start": 823209584,
            "stop": 823223136
        },
        {
            "start": 823225641,
            "stop": 823235410
        },
        {
            "start": 823235467,
            "stop": 823240827
        },
        {
            "start": 823243120,
            "stop": 823243901
        },
        {
            "start": 823248158,
            "stop": 823261712
        },
        {
            "start": 823261776,
            "stop": 823273960
        },
        {
            "start": 823274402,
            "stop": 823277662
        },
        {
            "start": 823279064,
            "stop": 823280223
        },
        {
            "start": 823281109,
            "stop": 823282943
        },
        {
            "start": 823328161,
            "stop": 823336842
        },
        {
            "start": 823339195,
            "stop": 823351071
        }
    ]
}