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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=130",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 131,
    "results": [
        {
            "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": 932054941
        },
        {
            "start": 932058572,
            "stop": 932058799
        },
        {
            "start": 932058801,
            "stop": 932058808
        },
        {
            "start": 932058811,
            "stop": 932059442
        },
        {
            "start": 932059604,
            "stop": 932060470
        },
        {
            "start": 932062705,
            "stop": 932063215
        },
        {
            "start": 932063218,
            "stop": 932063380
        },
        {
            "start": 932063382,
            "stop": 932063407
        },
        {
            "start": 932063411,
            "stop": 932063782
        },
        {
            "start": 932063785,
            "stop": 932064206
        },
        {
            "start": 932064208,
            "stop": 932064473
        },
        {
            "start": 932064475,
            "stop": 932064998
        },
        {
            "start": 932065001,
            "stop": 932065012
        }
    ]
}