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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2065",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2066,
    "results": [
        {
            "start": 870858734,
            "stop": 870862177
        },
        {
            "start": 870862194,
            "stop": 870867706
        },
        {
            "start": 870867723,
            "stop": 870867993
        },
        {
            "start": 870868010,
            "stop": 870869017
        },
        {
            "start": 870869034,
            "stop": 870869120
        },
        {
            "start": 870869141,
            "stop": 870869159
        },
        {
            "start": 870869177,
            "stop": 870869926
        },
        {
            "start": 870869943,
            "stop": 870870077
        },
        {
            "start": 870870094,
            "stop": 870870162
        },
        {
            "start": 870870179,
            "stop": 870870386
        },
        {
            "start": 870870403,
            "stop": 870870998
        },
        {
            "start": 870871019,
            "stop": 870871049
        },
        {
            "start": 870871066,
            "stop": 870871163
        },
        {
            "start": 870871180,
            "stop": 870871184
        },
        {
            "start": 870871215,
            "stop": 870871285
        },
        {
            "start": 870871303,
            "stop": 870871334
        },
        {
            "start": 870871358,
            "stop": 870871360
        },
        {
            "start": 870871385,
            "stop": 870871419
        },
        {
            "start": 870871446,
            "stop": 870871464
        },
        {
            "start": 870872011,
            "stop": 870872044
        }
    ]
}