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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1177",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1175",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1176,
    "results": [
        {
            "start": 952455144,
            "stop": 952455151
        },
        {
            "start": 952460061,
            "stop": 952460235
        },
        {
            "start": 952460237,
            "stop": 952463375
        },
        {
            "start": 952463377,
            "stop": 952463495
        },
        {
            "start": 952463497,
            "stop": 952463978
        },
        {
            "start": 952463980,
            "stop": 952464129
        },
        {
            "start": 952464131,
            "stop": 952464369
        },
        {
            "start": 952464371,
            "stop": 952464511
        },
        {
            "start": 952464513,
            "stop": 952464614
        },
        {
            "start": 952464616,
            "stop": 952464914
        },
        {
            "start": 952464916,
            "stop": 952465034
        },
        {
            "start": 952465036,
            "stop": 952465338
        },
        {
            "start": 952465340,
            "stop": 952469655
        },
        {
            "start": 952469657,
            "stop": 952470712
        },
        {
            "start": 952470714,
            "stop": 952470956
        },
        {
            "start": 952470958,
            "stop": 952471526
        },
        {
            "start": 952471528,
            "stop": 952472486
        },
        {
            "start": 952472487,
            "stop": 952473128
        },
        {
            "start": 952473129,
            "stop": 952473676
        },
        {
            "start": 952473678,
            "stop": 952473939
        }
    ]
}