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=78
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=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=77",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 78,
    "results": [
        {
            "start": 818888966,
            "stop": 818893993
        },
        {
            "start": 818894582,
            "stop": 818900552
        },
        {
            "start": 818900560,
            "stop": 818901373
        },
        {
            "start": 818902910,
            "stop": 818911813
        },
        {
            "start": 818912156,
            "stop": 818917813
        },
        {
            "start": 818919353,
            "stop": 818919489
        },
        {
            "start": 818919493,
            "stop": 818920823
        },
        {
            "start": 818920830,
            "stop": 818932783
        },
        {
            "start": 818932964,
            "stop": 818943529
        },
        {
            "start": 818943533,
            "stop": 818945593
        },
        {
            "start": 818946980,
            "stop": 818952373
        },
        {
            "start": 818953327,
            "stop": 818954293
        },
        {
            "start": 818954318,
            "stop": 818954319
        },
        {
            "start": 818955978,
            "stop": 818956543
        },
        {
            "start": 818956724,
            "stop": 818959136
        },
        {
            "start": 818959400,
            "stop": 818959403
        },
        {
            "start": 818961755,
            "stop": 818964822
        },
        {
            "start": 818964830,
            "stop": 818966143
        },
        {
            "start": 818966324,
            "stop": 818967043
        },
        {
            "start": 818967224,
            "stop": 818969113
        }
    ]
}