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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=6358",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 6359,
    "results": [
        {
            "start": 873480156,
            "stop": 873480294
        },
        {
            "start": 873480295,
            "stop": 873480298
        },
        {
            "start": 873480299,
            "stop": 873480491
        },
        {
            "start": 873480494,
            "stop": 873480730
        },
        {
            "start": 873480731,
            "stop": 873480918
        },
        {
            "start": 873480919,
            "stop": 873480922
        },
        {
            "start": 873480923,
            "stop": 873481173
        },
        {
            "start": 873481174,
            "stop": 873481366
        },
        {
            "start": 873481367,
            "stop": 873481735
        },
        {
            "start": 873481737,
            "stop": 873481877
        },
        {
            "start": 873481878,
            "stop": 873482056
        },
        {
            "start": 873482057,
            "stop": 873482081
        },
        {
            "start": 873482082,
            "stop": 873482094
        },
        {
            "start": 873482414,
            "stop": 873482420
        },
        {
            "start": 873483153,
            "stop": 873483292
        },
        {
            "start": 873483293,
            "stop": 873483691
        },
        {
            "start": 873483692,
            "stop": 873483693
        },
        {
            "start": 873483697,
            "stop": 873483706
        },
        {
            "start": 873483707,
            "stop": 873483750
        },
        {
            "start": 873483752,
            "stop": 873483775
        }
    ]
}