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=6179
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=6180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6178",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6179,
    "results": [
        {
            "start": 874450899,
            "stop": 874450907
        },
        {
            "start": 874450908,
            "stop": 874450916
        },
        {
            "start": 874450917,
            "stop": 874451058
        },
        {
            "start": 874451059,
            "stop": 874451103
        },
        {
            "start": 874451104,
            "stop": 874451393
        },
        {
            "start": 874451396,
            "stop": 874452018
        },
        {
            "start": 874452025,
            "stop": 874452028
        },
        {
            "start": 874452031,
            "stop": 874452208
        },
        {
            "start": 874452212,
            "stop": 874452670
        },
        {
            "start": 874452909,
            "stop": 874453510
        },
        {
            "start": 874453513,
            "stop": 874453514
        },
        {
            "start": 874453518,
            "stop": 874453584
        },
        {
            "start": 874453587,
            "stop": 874453696
        },
        {
            "start": 874453699,
            "stop": 874453700
        },
        {
            "start": 874453703,
            "stop": 874453773
        },
        {
            "start": 874453776,
            "stop": 874453784
        },
        {
            "start": 874453787,
            "stop": 874453825
        },
        {
            "start": 874453830,
            "stop": 874454056
        },
        {
            "start": 874454058,
            "stop": 874454784
        },
        {
            "start": 874454786,
            "stop": 874455557
        }
    ]
}