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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8715",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8713",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8714,
    "results": [
        {
            "start": 872439456,
            "stop": 872440266
        },
        {
            "start": 872440273,
            "stop": 872440317
        },
        {
            "start": 872440437,
            "stop": 872441213
        },
        {
            "start": 872441249,
            "stop": 872442663
        },
        {
            "start": 872442667,
            "stop": 872442703
        },
        {
            "start": 872443210,
            "stop": 872443250
        },
        {
            "start": 872443390,
            "stop": 872443400
        },
        {
            "start": 872443404,
            "stop": 872443407
        },
        {
            "start": 872443443,
            "stop": 872443620
        },
        {
            "start": 872443680,
            "stop": 872443812
        },
        {
            "start": 872443829,
            "stop": 872444150
        },
        {
            "start": 872444230,
            "stop": 872444521
        },
        {
            "start": 872444641,
            "stop": 872444870
        },
        {
            "start": 872445010,
            "stop": 872445650
        },
        {
            "start": 872445790,
            "stop": 872446302
        },
        {
            "start": 872446443,
            "stop": 872446560
        },
        {
            "start": 872446677,
            "stop": 872447621
        },
        {
            "start": 872447638,
            "stop": 872447880
        },
        {
            "start": 872448000,
            "stop": 872448011
        },
        {
            "start": 872448047,
            "stop": 872448297
        }
    ]
}