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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=241",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=239",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 240,
    "results": [
        {
            "start": 934137020,
            "stop": 934137150
        },
        {
            "start": 934137153,
            "stop": 934137215
        },
        {
            "start": 934137218,
            "stop": 934137314
        },
        {
            "start": 934137316,
            "stop": 934137412
        },
        {
            "start": 934137417,
            "stop": 934137964
        },
        {
            "start": 934137967,
            "stop": 934137989
        },
        {
            "start": 934138049,
            "stop": 934138169
        },
        {
            "start": 934138529,
            "stop": 934138589
        },
        {
            "start": 934138649,
            "stop": 934138769
        },
        {
            "start": 934139055,
            "stop": 934139358
        },
        {
            "start": 934139360,
            "stop": 934139489
        },
        {
            "start": 934139549,
            "stop": 934139729
        },
        {
            "start": 934139789,
            "stop": 934139849
        },
        {
            "start": 934140029,
            "stop": 934140032
        },
        {
            "start": 934140035,
            "stop": 934140066
        },
        {
            "start": 934140070,
            "stop": 934140089
        },
        {
            "start": 934140149,
            "stop": 934140162
        },
        {
            "start": 934140165,
            "stop": 934140196
        },
        {
            "start": 934140198,
            "stop": 934140326
        },
        {
            "start": 934140328,
            "stop": 934140383
        }
    ]
}