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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=551",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=549",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 550,
    "results": [
        {
            "start": 872345458,
            "stop": 872346305
        },
        {
            "start": 872372360,
            "stop": 872372795
        },
        {
            "start": 872373244,
            "stop": 872374705
        },
        {
            "start": 872374707,
            "stop": 872375573
        },
        {
            "start": 872375774,
            "stop": 872380692
        },
        {
            "start": 872380694,
            "stop": 872403183
        },
        {
            "start": 872403184,
            "stop": 872410353
        },
        {
            "start": 872411684,
            "stop": 872423715
        },
        {
            "start": 872424889,
            "stop": 872426621
        },
        {
            "start": 872426623,
            "stop": 872427092
        },
        {
            "start": 872427094,
            "stop": 872427394
        },
        {
            "start": 872427396,
            "stop": 872427576
        },
        {
            "start": 872427579,
            "stop": 872427632
        },
        {
            "start": 872427690,
            "stop": 872427692
        },
        {
            "start": 872427700,
            "stop": 872428827
        },
        {
            "start": 872428830,
            "stop": 872429208
        },
        {
            "start": 872429210,
            "stop": 872429840
        },
        {
            "start": 872429842,
            "stop": 872430478
        },
        {
            "start": 872430481,
            "stop": 872431099
        },
        {
            "start": 872431101,
            "stop": 872431150
        }
    ]
}