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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46815",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46813",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46814,
    "results": [
        {
            "start": 875126893,
            "stop": 875126901
        },
        {
            "start": 875126902,
            "stop": 875126914
        },
        {
            "start": 875126915,
            "stop": 875126923
        },
        {
            "start": 875126924,
            "stop": 875126925
        },
        {
            "start": 875126927,
            "stop": 875126930
        },
        {
            "start": 875126934,
            "stop": 875126937
        },
        {
            "start": 875126940,
            "stop": 875126942
        },
        {
            "start": 875126943,
            "stop": 875126952
        },
        {
            "start": 875126953,
            "stop": 875126965
        },
        {
            "start": 875126966,
            "stop": 875126969
        },
        {
            "start": 875126972,
            "stop": 875126974
        },
        {
            "start": 875126977,
            "stop": 875126978
        },
        {
            "start": 875126979,
            "stop": 875126983
        },
        {
            "start": 875126984,
            "stop": 875126991
        },
        {
            "start": 875126994,
            "stop": 875127028
        },
        {
            "start": 875127034,
            "stop": 875127057
        },
        {
            "start": 875127058,
            "stop": 875127060
        },
        {
            "start": 875127062,
            "stop": 875127063
        },
        {
            "start": 875127064,
            "stop": 875127065
        },
        {
            "start": 875127066,
            "stop": 875127067
        }
    ]
}