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=142
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=143",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=141",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 142,
    "results": [
        {
            "start": 816841867,
            "stop": 816842038
        },
        {
            "start": 816842044,
            "stop": 816842047
        },
        {
            "start": 816842051,
            "stop": 816842054
        },
        {
            "start": 816842059,
            "stop": 816842068
        },
        {
            "start": 816842072,
            "stop": 816842132
        },
        {
            "start": 816842136,
            "stop": 816842139
        },
        {
            "start": 816842143,
            "stop": 816842145
        },
        {
            "start": 816842150,
            "stop": 816842152
        },
        {
            "start": 816842159,
            "stop": 816842162
        },
        {
            "start": 816842165,
            "stop": 816842174
        },
        {
            "start": 816842179,
            "stop": 816842187
        },
        {
            "start": 816842192,
            "stop": 816842193
        },
        {
            "start": 816842205,
            "stop": 816842219
        },
        {
            "start": 816842223,
            "stop": 816842282
        },
        {
            "start": 816842286,
            "stop": 816842289
        },
        {
            "start": 816842293,
            "stop": 816842324
        },
        {
            "start": 816842330,
            "stop": 816842332
        },
        {
            "start": 816842337,
            "stop": 816842339
        },
        {
            "start": 816842351,
            "stop": 816842352
        },
        {
            "start": 816842358,
            "stop": 816842368
        }
    ]
}