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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=128",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 129,
    "results": [
        {
            "start": 837073732,
            "stop": 837078631
        },
        {
            "start": 837084693,
            "stop": 837085903
        },
        {
            "start": 837088160,
            "stop": 837088336
        },
        {
            "start": 837088342,
            "stop": 837089780
        },
        {
            "start": 837089787,
            "stop": 837093177
        },
        {
            "start": 837094742,
            "stop": 837109068
        },
        {
            "start": 837113321,
            "stop": 837118769
        },
        {
            "start": 837118776,
            "stop": 837124259
        },
        {
            "start": 837124266,
            "stop": 837124926
        },
        {
            "start": 837126584,
            "stop": 837135038
        },
        {
            "start": 837136285,
            "stop": 837156015
        },
        {
            "start": 837157510,
            "stop": 837160871
        },
        {
            "start": 837162561,
            "stop": 837162880
        },
        {
            "start": 837170443,
            "stop": 837174155
        },
        {
            "start": 837174161,
            "stop": 837176706
        },
        {
            "start": 837177810,
            "stop": 837178624
        },
        {
            "start": 837178631,
            "stop": 837179778
        },
        {
            "start": 837180039,
            "stop": 837182824
        },
        {
            "start": 837182830,
            "stop": 837185580
        },
        {
            "start": 837185589,
            "stop": 837185600
        }
    ]
}