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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT4/segments?format=api&page=79",
    "results_count": 107776,
    "results_per_page": 20,
    "num_pages": 5389,
    "page_number": 80,
    "results": [
        {
            "start": 931289838,
            "stop": 931289840
        },
        {
            "start": 931289843,
            "stop": 931289844
        },
        {
            "start": 931289846,
            "stop": 931289851
        },
        {
            "start": 931289854,
            "stop": 931289855
        },
        {
            "start": 931289858,
            "stop": 931289860
        },
        {
            "start": 931289862,
            "stop": 931289868
        },
        {
            "start": 931289871,
            "stop": 931289874
        },
        {
            "start": 931289876,
            "stop": 931289877
        },
        {
            "start": 931289881,
            "stop": 931289884
        },
        {
            "start": 931289886,
            "stop": 931289890
        },
        {
            "start": 931289893,
            "stop": 931289895
        },
        {
            "start": 931289900,
            "stop": 931289902
        },
        {
            "start": 931289908,
            "stop": 931289914
        },
        {
            "start": 931289919,
            "stop": 931289920
        },
        {
            "start": 931289925,
            "stop": 931289927
        },
        {
            "start": 931289929,
            "stop": 931289930
        },
        {
            "start": 931289932,
            "stop": 931289935
        },
        {
            "start": 931289937,
            "stop": 931289966
        },
        {
            "start": 931289968,
            "stop": 931289988
        },
        {
            "start": 931289992,
            "stop": 931289999
        }
    ]
}