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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1285",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1283",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1284,
    "results": [
        {
            "start": 959184120,
            "stop": 959184674
        },
        {
            "start": 959184676,
            "stop": 959184952
        },
        {
            "start": 959185709,
            "stop": 959197024
        },
        {
            "start": 959197040,
            "stop": 959197042
        },
        {
            "start": 959197049,
            "stop": 959198317
        },
        {
            "start": 959198323,
            "stop": 959203207
        },
        {
            "start": 959203209,
            "stop": 959203490
        },
        {
            "start": 959203492,
            "stop": 959203571
        },
        {
            "start": 959203573,
            "stop": 959203692
        },
        {
            "start": 959203694,
            "stop": 959203896
        },
        {
            "start": 959203901,
            "stop": 959204875
        },
        {
            "start": 959204877,
            "stop": 959205039
        },
        {
            "start": 959205041,
            "stop": 959206902
        },
        {
            "start": 959207820,
            "stop": 959207889
        },
        {
            "start": 959207891,
            "stop": 959210156
        },
        {
            "start": 959211864,
            "stop": 959213389
        },
        {
            "start": 959213391,
            "stop": 959215414
        },
        {
            "start": 959215416,
            "stop": 959215718
        },
        {
            "start": 959215720,
            "stop": 959216300
        },
        {
            "start": 959217703,
            "stop": 959224985
        }
    ]
}