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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=375",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=373",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 374,
    "results": [
        {
            "start": 825646351,
            "stop": 825649781
        },
        {
            "start": 825649788,
            "stop": 825654182
        },
        {
            "start": 825656828,
            "stop": 825656839
        },
        {
            "start": 825657186,
            "stop": 825664810
        },
        {
            "start": 825664817,
            "stop": 825673321
        },
        {
            "start": 825673328,
            "stop": 825676039
        },
        {
            "start": 825676046,
            "stop": 825687091
        },
        {
            "start": 825687105,
            "stop": 825689412
        },
        {
            "start": 825689416,
            "stop": 825693342
        },
        {
            "start": 825693430,
            "stop": 825693911
        },
        {
            "start": 825693918,
            "stop": 825695040
        },
        {
            "start": 825695170,
            "stop": 825695930
        },
        {
            "start": 825696010,
            "stop": 825696073
        },
        {
            "start": 825696106,
            "stop": 825696107
        },
        {
            "start": 825697158,
            "stop": 825697369
        },
        {
            "start": 825699393,
            "stop": 825700111
        },
        {
            "start": 825700140,
            "stop": 825701642
        },
        {
            "start": 825701672,
            "stop": 825702470
        },
        {
            "start": 825702550,
            "stop": 825702875
        },
        {
            "start": 825704236,
            "stop": 825704990
        }
    ]
}