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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9933",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9934,
    "results": [
        {
            "start": 870937915,
            "stop": 870938083
        },
        {
            "start": 870938098,
            "stop": 870938105
        },
        {
            "start": 870938112,
            "stop": 870938182
        },
        {
            "start": 870938189,
            "stop": 870938572
        },
        {
            "start": 870938640,
            "stop": 870938857
        },
        {
            "start": 870938865,
            "stop": 870939000
        },
        {
            "start": 870939060,
            "stop": 870939608
        },
        {
            "start": 870939625,
            "stop": 870939672
        },
        {
            "start": 870939680,
            "stop": 870939708
        },
        {
            "start": 870939723,
            "stop": 870939727
        },
        {
            "start": 870939763,
            "stop": 870939899
        },
        {
            "start": 870939907,
            "stop": 870940093
        },
        {
            "start": 870940101,
            "stop": 870940194
        },
        {
            "start": 870940201,
            "stop": 870940208
        },
        {
            "start": 870940215,
            "stop": 870940260
        },
        {
            "start": 870940335,
            "stop": 870940443
        },
        {
            "start": 870940496,
            "stop": 870940525
        },
        {
            "start": 870940573,
            "stop": 870940681
        },
        {
            "start": 870940689,
            "stop": 870940854
        },
        {
            "start": 870940870,
            "stop": 870941059
        }
    ]
}