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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2369",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=2367",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 2368,
    "results": [
        {
            "start": 872439141,
            "stop": 872439399
        },
        {
            "start": 872439416,
            "stop": 872439426
        },
        {
            "start": 872439456,
            "stop": 872440266
        },
        {
            "start": 872440273,
            "stop": 872441213
        },
        {
            "start": 872441249,
            "stop": 872442663
        },
        {
            "start": 872442667,
            "stop": 872442750
        },
        {
            "start": 872443210,
            "stop": 872443250
        },
        {
            "start": 872443390,
            "stop": 872443400
        },
        {
            "start": 872443404,
            "stop": 872443407
        },
        {
            "start": 872443443,
            "stop": 872443812
        },
        {
            "start": 872443829,
            "stop": 872444150
        },
        {
            "start": 872444230,
            "stop": 872444870
        },
        {
            "start": 872445010,
            "stop": 872445650
        },
        {
            "start": 872445790,
            "stop": 872446406
        },
        {
            "start": 872446443,
            "stop": 872446560
        },
        {
            "start": 872446677,
            "stop": 872447621
        },
        {
            "start": 872447638,
            "stop": 872448011
        },
        {
            "start": 872448047,
            "stop": 872448603
        },
        {
            "start": 872448620,
            "stop": 872449190
        },
        {
            "start": 872449390,
            "stop": 872450213
        }
    ]
}