Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=233
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=234",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=232",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 233,
    "results": [
        {
            "start": 1376284941,
            "stop": 1376285554
        },
        {
            "start": 1376285556,
            "stop": 1376287685
        },
        {
            "start": 1376287687,
            "stop": 1376287848
        },
        {
            "start": 1376287849,
            "stop": 1376289689
        },
        {
            "start": 1376289691,
            "stop": 1376289708
        },
        {
            "start": 1376289709,
            "stop": 1376289911
        },
        {
            "start": 1376289912,
            "stop": 1376292275
        },
        {
            "start": 1376292277,
            "stop": 1376292342
        },
        {
            "start": 1376292343,
            "stop": 1376294317
        },
        {
            "start": 1376294319,
            "stop": 1376296480
        },
        {
            "start": 1376296482,
            "stop": 1376298471
        },
        {
            "start": 1376298472,
            "stop": 1376298976
        },
        {
            "start": 1376298979,
            "stop": 1376300178
        },
        {
            "start": 1376300179,
            "stop": 1376300845
        },
        {
            "start": 1376300847,
            "stop": 1376301974
        },
        {
            "start": 1376301976,
            "stop": 1376303633
        },
        {
            "start": 1376303635,
            "stop": 1376305689
        },
        {
            "start": 1376305690,
            "stop": 1376307165
        },
        {
            "start": 1376307167,
            "stop": 1376308537
        },
        {
            "start": 1376308538,
            "stop": 1376310502
        }
    ]
}