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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5686",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5684",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5685,
    "results": [
        {
            "start": 874561755,
            "stop": 874561763
        },
        {
            "start": 874561766,
            "stop": 874561779
        },
        {
            "start": 874561782,
            "stop": 874561853
        },
        {
            "start": 874561856,
            "stop": 874561868
        },
        {
            "start": 874561871,
            "stop": 874561914
        },
        {
            "start": 874561920,
            "stop": 874561930
        },
        {
            "start": 874561933,
            "stop": 874562064
        },
        {
            "start": 874562067,
            "stop": 874562068
        },
        {
            "start": 874562071,
            "stop": 874562090
        },
        {
            "start": 874562093,
            "stop": 874562147
        },
        {
            "start": 874562150,
            "stop": 874562173
        },
        {
            "start": 874562176,
            "stop": 874562216
        },
        {
            "start": 874562219,
            "stop": 874562316
        },
        {
            "start": 874562319,
            "stop": 874562352
        },
        {
            "start": 874562356,
            "stop": 874562370
        },
        {
            "start": 874562373,
            "stop": 874562387
        },
        {
            "start": 874562390,
            "stop": 874562416
        },
        {
            "start": 874562419,
            "stop": 874562423
        },
        {
            "start": 874562426,
            "stop": 874562428
        },
        {
            "start": 874562432,
            "stop": 874562451
        }
    ]
}