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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3641",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=3639",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 3640,
    "results": [
        {
            "start": 872438883,
            "stop": 872439124
        },
        {
            "start": 872439141,
            "stop": 872439399
        },
        {
            "start": 872439416,
            "stop": 872439426
        },
        {
            "start": 872439456,
            "stop": 872440268
        },
        {
            "start": 872440271,
            "stop": 872440439
        },
        {
            "start": 872440456,
            "stop": 872441213
        },
        {
            "start": 872441232,
            "stop": 872441244
        },
        {
            "start": 872441261,
            "stop": 872441600
        },
        {
            "start": 872441617,
            "stop": 872442663
        },
        {
            "start": 872442667,
            "stop": 872442750
        },
        {
            "start": 872443200,
            "stop": 872443260
        },
        {
            "start": 872443380,
            "stop": 872443400
        },
        {
            "start": 872443404,
            "stop": 872443407
        },
        {
            "start": 872443426,
            "stop": 872443731
        },
        {
            "start": 872443748,
            "stop": 872443812
        },
        {
            "start": 872443829,
            "stop": 872444160
        },
        {
            "start": 872444220,
            "stop": 872444235
        },
        {
            "start": 872444252,
            "stop": 872444880
        },
        {
            "start": 872445000,
            "stop": 872445660
        },
        {
            "start": 872445780,
            "stop": 872446360
        }
    ]
}