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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9797",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9795",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9796,
    "results": [
        {
            "start": 873858224,
            "stop": 873858227
        },
        {
            "start": 873858231,
            "stop": 873858233
        },
        {
            "start": 873858241,
            "stop": 873858242
        },
        {
            "start": 873858250,
            "stop": 873858252
        },
        {
            "start": 873858255,
            "stop": 873858263
        },
        {
            "start": 873858266,
            "stop": 873858278
        },
        {
            "start": 873858282,
            "stop": 873858298
        },
        {
            "start": 873858301,
            "stop": 873858999
        },
        {
            "start": 873859004,
            "stop": 873860654
        },
        {
            "start": 873860657,
            "stop": 873860869
        },
        {
            "start": 873860873,
            "stop": 873860896
        },
        {
            "start": 873860899,
            "stop": 873861537
        },
        {
            "start": 873861540,
            "stop": 873861542
        },
        {
            "start": 873861545,
            "stop": 873861676
        },
        {
            "start": 873864279,
            "stop": 873864400
        },
        {
            "start": 873864404,
            "stop": 873864484
        },
        {
            "start": 873864487,
            "stop": 873864557
        },
        {
            "start": 873864561,
            "stop": 873864715
        },
        {
            "start": 873864718,
            "stop": 873864780
        },
        {
            "start": 873864783,
            "stop": 873864884
        }
    ]
}