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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=99",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT3/segments?format=api&page=97",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 98,
    "results": [
        {
            "start": 1174917680,
            "stop": 1174917700
        },
        {
            "start": 1174917710,
            "stop": 1174917840
        },
        {
            "start": 1174917890,
            "stop": 1174921580
        },
        {
            "start": 1174921975,
            "stop": 1174923250
        },
        {
            "start": 1174923340,
            "stop": 1174923480
        },
        {
            "start": 1174923520,
            "stop": 1174929480
        },
        {
            "start": 1174929490,
            "stop": 1174932870
        },
        {
            "start": 1174932880,
            "stop": 1174933160
        },
        {
            "start": 1174933180,
            "stop": 1174936820
        },
        {
            "start": 1174938664,
            "stop": 1174938670
        },
        {
            "start": 1174938680,
            "stop": 1174942540
        },
        {
            "start": 1174942550,
            "stop": 1174943920
        },
        {
            "start": 1174943940,
            "stop": 1174945376
        },
        {
            "start": 1174945379,
            "stop": 1174947100
        },
        {
            "start": 1174947110,
            "stop": 1174947170
        },
        {
            "start": 1174947180,
            "stop": 1174947200
        },
        {
            "start": 1174947230,
            "stop": 1174947240
        },
        {
            "start": 1174947250,
            "stop": 1174947300
        },
        {
            "start": 1174947380,
            "stop": 1174948620
        },
        {
            "start": 1174948630,
            "stop": 1174949077
        }
    ]
}