Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9922
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9923",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9921",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9922,
    "results": [
        {
            "start": 874844447,
            "stop": 874844979
        },
        {
            "start": 874844996,
            "stop": 874845536
        },
        {
            "start": 874845576,
            "stop": 874845956
        },
        {
            "start": 874851480,
            "stop": 874851515
        },
        {
            "start": 874851534,
            "stop": 874851537
        },
        {
            "start": 874851840,
            "stop": 874851900
        },
        {
            "start": 874852080,
            "stop": 874852117
        },
        {
            "start": 874852139,
            "stop": 874852140
        },
        {
            "start": 874852260,
            "stop": 874852320
        },
        {
            "start": 874852440,
            "stop": 874852500
        },
        {
            "start": 874852560,
            "stop": 874852620
        },
        {
            "start": 874852740,
            "stop": 874852920
        },
        {
            "start": 874852980,
            "stop": 874853002
        },
        {
            "start": 874853220,
            "stop": 874853400
        },
        {
            "start": 874853580,
            "stop": 874853640
        },
        {
            "start": 874854900,
            "stop": 874854960
        },
        {
            "start": 874855020,
            "stop": 874855380
        },
        {
            "start": 874855500,
            "stop": 874855560
        },
        {
            "start": 874855620,
            "stop": 874856220
        },
        {
            "start": 874856280,
            "stop": 874856580
        }
    ]
}