Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5963
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5964",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5962",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5963,
    "results": [
        {
            "start": 873238015,
            "stop": 873238166
        },
        {
            "start": 873238167,
            "stop": 873238376
        },
        {
            "start": 873238377,
            "stop": 873238591
        },
        {
            "start": 873238592,
            "stop": 873239164
        },
        {
            "start": 873239165,
            "stop": 873239317
        },
        {
            "start": 873239318,
            "stop": 873239366
        },
        {
            "start": 873239367,
            "stop": 873240272
        },
        {
            "start": 873240273,
            "stop": 873240282
        },
        {
            "start": 873240283,
            "stop": 873240564
        },
        {
            "start": 873240565,
            "stop": 873240738
        },
        {
            "start": 873240739,
            "stop": 873240817
        },
        {
            "start": 873240818,
            "stop": 873240998
        },
        {
            "start": 873240999,
            "stop": 873241199
        },
        {
            "start": 873241200,
            "stop": 873241269
        },
        {
            "start": 873241270,
            "stop": 873241274
        },
        {
            "start": 873241276,
            "stop": 873241375
        },
        {
            "start": 873241376,
            "stop": 873241460
        },
        {
            "start": 873241461,
            "stop": 873241533
        },
        {
            "start": 873241534,
            "stop": 873241591
        },
        {
            "start": 873241592,
            "stop": 873241738
        }
    ]
}