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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=139",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 140,
    "results": [
        {
            "start": 932051175,
            "stop": 932051406
        },
        {
            "start": 932051409,
            "stop": 932051932
        },
        {
            "start": 932051934,
            "stop": 932051943
        },
        {
            "start": 932051945,
            "stop": 932052470
        },
        {
            "start": 932052473,
            "stop": 932052936
        },
        {
            "start": 932052939,
            "stop": 932053356
        },
        {
            "start": 932053359,
            "stop": 932053387
        },
        {
            "start": 932053389,
            "stop": 932053446
        },
        {
            "start": 932053449,
            "stop": 932053582
        },
        {
            "start": 932053584,
            "stop": 932053972
        },
        {
            "start": 932053974,
            "stop": 932054415
        },
        {
            "start": 932054775,
            "stop": 932055000
        },
        {
            "start": 932058572,
            "stop": 932058799
        },
        {
            "start": 932058801,
            "stop": 932058808
        },
        {
            "start": 932058811,
            "stop": 932060575
        },
        {
            "start": 932062705,
            "stop": 932063215
        },
        {
            "start": 932063218,
            "stop": 932063380
        },
        {
            "start": 932063382,
            "stop": 932063407
        },
        {
            "start": 932063411,
            "stop": 932063782
        },
        {
            "start": 932063785,
            "stop": 932064206
        }
    ]
}