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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16830",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16831,
    "results": [
        {
            "start": 875224435,
            "stop": 875224458
        },
        {
            "start": 875224460,
            "stop": 875224488
        },
        {
            "start": 875224489,
            "stop": 875224583
        },
        {
            "start": 875224584,
            "stop": 875224657
        },
        {
            "start": 875224658,
            "stop": 875224809
        },
        {
            "start": 875224810,
            "stop": 875225094
        },
        {
            "start": 875225096,
            "stop": 875225246
        },
        {
            "start": 875225247,
            "stop": 875225439
        },
        {
            "start": 875225440,
            "stop": 875225822
        },
        {
            "start": 875225826,
            "stop": 875225912
        },
        {
            "start": 875225913,
            "stop": 875226120
        },
        {
            "start": 875226121,
            "stop": 875226124
        },
        {
            "start": 875226125,
            "stop": 875226162
        },
        {
            "start": 875226164,
            "stop": 875226170
        },
        {
            "start": 875226171,
            "stop": 875226242
        },
        {
            "start": 875226243,
            "stop": 875226317
        },
        {
            "start": 875226318,
            "stop": 875226492
        },
        {
            "start": 875226494,
            "stop": 875226505
        },
        {
            "start": 875226506,
            "stop": 875226529
        },
        {
            "start": 875226531,
            "stop": 875226592
        }
    ]
}