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=2382
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=2383",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2381",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2382,
    "results": [
        {
            "start": 872824980,
            "stop": 872827680
        },
        {
            "start": 872827740,
            "stop": 872837637
        },
        {
            "start": 872837654,
            "stop": 872843651
        },
        {
            "start": 872843668,
            "stop": 872847869
        },
        {
            "start": 872847886,
            "stop": 872852208
        },
        {
            "start": 872852225,
            "stop": 872864151
        },
        {
            "start": 872864168,
            "stop": 872865817
        },
        {
            "start": 872865834,
            "stop": 872867190
        },
        {
            "start": 872867207,
            "stop": 872871339
        },
        {
            "start": 872871356,
            "stop": 872871611
        },
        {
            "start": 872873608,
            "stop": 872873756
        },
        {
            "start": 872873773,
            "stop": 872877710
        },
        {
            "start": 872877790,
            "stop": 872878064
        },
        {
            "start": 872878081,
            "stop": 872880435
        },
        {
            "start": 872880439,
            "stop": 872880593
        },
        {
            "start": 872880610,
            "stop": 872881111
        },
        {
            "start": 872881128,
            "stop": 872881361
        },
        {
            "start": 872881378,
            "stop": 872885030
        },
        {
            "start": 872885110,
            "stop": 872885477
        },
        {
            "start": 872887290,
            "stop": 872887296
        }
    ]
}