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=81
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=82",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=80",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 81,
    "results": [
        {
            "start": 823332742,
            "stop": 823332877
        },
        {
            "start": 823332879,
            "stop": 823332881
        },
        {
            "start": 823332883,
            "stop": 823332899
        },
        {
            "start": 823332901,
            "stop": 823332929
        },
        {
            "start": 823332931,
            "stop": 823332932
        },
        {
            "start": 823332934,
            "stop": 823332999
        },
        {
            "start": 823333001,
            "stop": 823333054
        },
        {
            "start": 823333058,
            "stop": 823333313
        },
        {
            "start": 823333315,
            "stop": 823333316
        },
        {
            "start": 823333318,
            "stop": 823333403
        },
        {
            "start": 823333405,
            "stop": 823333837
        },
        {
            "start": 823336796,
            "stop": 823336859
        },
        {
            "start": 823336861,
            "stop": 823337079
        },
        {
            "start": 823337081,
            "stop": 823338369
        },
        {
            "start": 823338370,
            "stop": 823338487
        },
        {
            "start": 823338490,
            "stop": 823342535
        },
        {
            "start": 823342612,
            "stop": 823343245
        },
        {
            "start": 823343247,
            "stop": 823346076
        },
        {
            "start": 823347844,
            "stop": 823348518
        },
        {
            "start": 823348592,
            "stop": 823348689
        }
    ]
}