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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=124",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 125,
    "results": [
        {
            "start": 819034912,
            "stop": 819035372
        },
        {
            "start": 819037255,
            "stop": 819037412
        },
        {
            "start": 819037732,
            "stop": 819037741
        },
        {
            "start": 819038049,
            "stop": 819040123
        },
        {
            "start": 819040304,
            "stop": 819041520
        },
        {
            "start": 819041580,
            "stop": 819042472
        },
        {
            "start": 819042592,
            "stop": 819042597
        },
        {
            "start": 819042717,
            "stop": 819042911
        },
        {
            "start": 819047054,
            "stop": 819047520
        },
        {
            "start": 819047580,
            "stop": 819048000
        },
        {
            "start": 819048060,
            "stop": 819048480
        },
        {
            "start": 819048540,
            "stop": 819048833
        },
        {
            "start": 819049472,
            "stop": 819049931
        },
        {
            "start": 819052128,
            "stop": 819052860
        },
        {
            "start": 819052920,
            "stop": 819053152
        },
        {
            "start": 819053184,
            "stop": 819053223
        },
        {
            "start": 819053241,
            "stop": 819053336
        },
        {
            "start": 819053353,
            "stop": 819053441
        },
        {
            "start": 819053458,
            "stop": 819053820
        },
        {
            "start": 819053880,
            "stop": 819053940
        }
    ]
}