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=73
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=74",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=72",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 73,
    "results": [
        {
            "start": 822550478,
            "stop": 822557460
        },
        {
            "start": 822557463,
            "stop": 822557481
        },
        {
            "start": 822559058,
            "stop": 822562959
        },
        {
            "start": 822563037,
            "stop": 822569047
        },
        {
            "start": 822569779,
            "stop": 822586073
        },
        {
            "start": 822586346,
            "stop": 822589785
        },
        {
            "start": 822589789,
            "stop": 822589823
        },
        {
            "start": 822589825,
            "stop": 822589831
        },
        {
            "start": 822589833,
            "stop": 822589870
        },
        {
            "start": 822589872,
            "stop": 822589890
        },
        {
            "start": 822589895,
            "stop": 822589897
        },
        {
            "start": 822589900,
            "stop": 822590636
        },
        {
            "start": 822590638,
            "stop": 822597778
        },
        {
            "start": 822598414,
            "stop": 822600082
        },
        {
            "start": 822600339,
            "stop": 822616782
        },
        {
            "start": 822617758,
            "stop": 822617838
        },
        {
            "start": 822617839,
            "stop": 822629294
        },
        {
            "start": 822631661,
            "stop": 822644816
        },
        {
            "start": 822646216,
            "stop": 822646772
        },
        {
            "start": 822648107,
            "stop": 822656469
        }
    ]
}