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=129
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=130",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=128",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 129,
    "results": [
        {
            "start": 827076629,
            "stop": 827076684
        },
        {
            "start": 827076686,
            "stop": 827076706
        },
        {
            "start": 827076707,
            "stop": 827076708
        },
        {
            "start": 827076711,
            "stop": 827076723
        },
        {
            "start": 827080908,
            "stop": 827083015
        },
        {
            "start": 827083016,
            "stop": 827085152
        },
        {
            "start": 827086183,
            "stop": 827090361
        },
        {
            "start": 827090363,
            "stop": 827090426
        },
        {
            "start": 827090583,
            "stop": 827093548
        },
        {
            "start": 827094860,
            "stop": 827095550
        },
        {
            "start": 827097316,
            "stop": 827099653
        },
        {
            "start": 827099655,
            "stop": 827099728
        },
        {
            "start": 827099732,
            "stop": 827099739
        },
        {
            "start": 827099741,
            "stop": 827122116
        },
        {
            "start": 827122379,
            "stop": 827126719
        },
        {
            "start": 827127973,
            "stop": 827148826
        },
        {
            "start": 827149779,
            "stop": 827150619
        },
        {
            "start": 827150622,
            "stop": 827150627
        },
        {
            "start": 827150852,
            "stop": 827151825
        },
        {
            "start": 827151827,
            "stop": 827154221
        }
    ]
}