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=9940
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=9941",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9939",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9940,
    "results": [
        {
            "start": 871053626,
            "stop": 871054173
        },
        {
            "start": 871054547,
            "stop": 871057590
        },
        {
            "start": 871057997,
            "stop": 871060469
        },
        {
            "start": 871061605,
            "stop": 871061733
        },
        {
            "start": 871061767,
            "stop": 871061773
        },
        {
            "start": 871061808,
            "stop": 871065076
        },
        {
            "start": 871065093,
            "stop": 871065674
        },
        {
            "start": 871065708,
            "stop": 871066012
        },
        {
            "start": 871071133,
            "stop": 871071144
        },
        {
            "start": 871071265,
            "stop": 871071295
        },
        {
            "start": 871071426,
            "stop": 871071445
        },
        {
            "start": 871071769,
            "stop": 871071799
        },
        {
            "start": 871071854,
            "stop": 871073243
        },
        {
            "start": 871073260,
            "stop": 871073320
        },
        {
            "start": 871073356,
            "stop": 871074009
        },
        {
            "start": 871074043,
            "stop": 871074930
        },
        {
            "start": 871076415,
            "stop": 871076431
        },
        {
            "start": 871076516,
            "stop": 871076861
        },
        {
            "start": 871076903,
            "stop": 871077288
        },
        {
            "start": 871077322,
            "stop": 871077644
        }
    ]
}