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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=136",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=134",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 135,
    "results": [
        {
            "start": 832525136,
            "stop": 832530808
        },
        {
            "start": 832535727,
            "stop": 832542533
        },
        {
            "start": 832543352,
            "stop": 832553329
        },
        {
            "start": 832554169,
            "stop": 832555453
        },
        {
            "start": 832559438,
            "stop": 832601893
        },
        {
            "start": 832604214,
            "stop": 832606178
        },
        {
            "start": 832606179,
            "stop": 832606277
        },
        {
            "start": 832606278,
            "stop": 832613833
        },
        {
            "start": 832615740,
            "stop": 832619053
        },
        {
            "start": 832619825,
            "stop": 832620973
        },
        {
            "start": 832622441,
            "stop": 832625466
        },
        {
            "start": 832626896,
            "stop": 832627513
        },
        {
            "start": 832629121,
            "stop": 832630393
        },
        {
            "start": 832631325,
            "stop": 832635647
        },
        {
            "start": 832635772,
            "stop": 832638092
        },
        {
            "start": 832638217,
            "stop": 832640295
        },
        {
            "start": 832640296,
            "stop": 832640506
        },
        {
            "start": 832642850,
            "stop": 832643505
        },
        {
            "start": 832644551,
            "stop": 832650602
        },
        {
            "start": 832651392,
            "stop": 832658050
        }
    ]
}