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=6130
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=6131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6129",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6130,
    "results": [
        {
            "start": 874221486,
            "stop": 874221715
        },
        {
            "start": 874221718,
            "stop": 874221934
        },
        {
            "start": 874221938,
            "stop": 874221998
        },
        {
            "start": 874222001,
            "stop": 874222009
        },
        {
            "start": 874222012,
            "stop": 874222042
        },
        {
            "start": 874222047,
            "stop": 874222050
        },
        {
            "start": 874222053,
            "stop": 874222060
        },
        {
            "start": 874222065,
            "stop": 874222069
        },
        {
            "start": 874222072,
            "stop": 874222085
        },
        {
            "start": 874222088,
            "stop": 874222097
        },
        {
            "start": 874222100,
            "stop": 874222110
        },
        {
            "start": 874222113,
            "stop": 874222123
        },
        {
            "start": 874222131,
            "stop": 874222375
        },
        {
            "start": 874222379,
            "stop": 874222384
        },
        {
            "start": 874222387,
            "stop": 874222389
        },
        {
            "start": 874222396,
            "stop": 874222400
        },
        {
            "start": 874222403,
            "stop": 874222411
        },
        {
            "start": 874222414,
            "stop": 874222420
        },
        {
            "start": 874222423,
            "stop": 874222431
        },
        {
            "start": 874222434,
            "stop": 874222438
        }
    ]
}