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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5665",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5663",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5664,
    "results": [
        {
            "start": 874544695,
            "stop": 874544824
        },
        {
            "start": 874544827,
            "stop": 874544864
        },
        {
            "start": 874544867,
            "stop": 874544871
        },
        {
            "start": 874544874,
            "stop": 874544894
        },
        {
            "start": 874544898,
            "stop": 874544920
        },
        {
            "start": 874544923,
            "stop": 874544946
        },
        {
            "start": 874544949,
            "stop": 874544998
        },
        {
            "start": 874545001,
            "stop": 874545002
        },
        {
            "start": 874545006,
            "stop": 874545017
        },
        {
            "start": 874545021,
            "stop": 874545024
        },
        {
            "start": 874545027,
            "stop": 874545089
        },
        {
            "start": 874545092,
            "stop": 874545102
        },
        {
            "start": 874545105,
            "stop": 874545110
        },
        {
            "start": 874545113,
            "stop": 874545129
        },
        {
            "start": 874545133,
            "stop": 874545147
        },
        {
            "start": 874545152,
            "stop": 874545200
        },
        {
            "start": 874545203,
            "stop": 874545239
        },
        {
            "start": 874545243,
            "stop": 874545252
        },
        {
            "start": 874545256,
            "stop": 874545258
        },
        {
            "start": 874545261,
            "stop": 874545272
        }
    ]
}