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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=369",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=367",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 368,
    "results": [
        {
            "start": 932053449,
            "stop": 932053582
        },
        {
            "start": 932053584,
            "stop": 932053972
        },
        {
            "start": 932053974,
            "stop": 932054415
        },
        {
            "start": 932054775,
            "stop": 932055031
        },
        {
            "start": 932058572,
            "stop": 932058799
        },
        {
            "start": 932058801,
            "stop": 932058808
        },
        {
            "start": 932058811,
            "stop": 932060560
        },
        {
            "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
        },
        {
            "start": 932065015,
            "stop": 932065215
        },
        {
            "start": 932065575,
            "stop": 932066784
        },
        {
            "start": 932066787,
            "stop": 932067474
        },
        {
            "start": 932067476,
            "stop": 932067494
        },
        {
            "start": 932067497,
            "stop": 932068779
        }
    ]
}