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=6150
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=6151",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6149",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6150,
    "results": [
        {
            "start": 874307198,
            "stop": 874307297
        },
        {
            "start": 874307300,
            "stop": 874307457
        },
        {
            "start": 874307460,
            "stop": 874307525
        },
        {
            "start": 874307528,
            "stop": 874307630
        },
        {
            "start": 874307633,
            "stop": 874307707
        },
        {
            "start": 874307710,
            "stop": 874307738
        },
        {
            "start": 874307741,
            "stop": 874307755
        },
        {
            "start": 874307758,
            "stop": 874307759
        },
        {
            "start": 874307765,
            "stop": 874307777
        },
        {
            "start": 874307780,
            "stop": 874307786
        },
        {
            "start": 874307789,
            "stop": 874308690
        },
        {
            "start": 874308691,
            "stop": 874309394
        },
        {
            "start": 874309395,
            "stop": 874309718
        },
        {
            "start": 874311276,
            "stop": 874311538
        },
        {
            "start": 874311541,
            "stop": 874311547
        },
        {
            "start": 874311550,
            "stop": 874311573
        },
        {
            "start": 874311576,
            "stop": 874312156
        },
        {
            "start": 874312159,
            "stop": 874312166
        },
        {
            "start": 874312170,
            "stop": 874312176
        },
        {
            "start": 874312179,
            "stop": 874312204
        }
    ]
}