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=362
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=363",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=361",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 362,
    "results": [
        {
            "start": 824888885,
            "stop": 824888901
        },
        {
            "start": 824888912,
            "stop": 824888955
        },
        {
            "start": 824888960,
            "stop": 824889094
        },
        {
            "start": 824889099,
            "stop": 824889111
        },
        {
            "start": 824889142,
            "stop": 824889158
        },
        {
            "start": 824889163,
            "stop": 824889174
        },
        {
            "start": 824889202,
            "stop": 824889213
        },
        {
            "start": 824889218,
            "stop": 824889242
        },
        {
            "start": 824889247,
            "stop": 824889254
        },
        {
            "start": 824889268,
            "stop": 824889275
        },
        {
            "start": 824889299,
            "stop": 824889326
        },
        {
            "start": 824889331,
            "stop": 824889339
        },
        {
            "start": 824889359,
            "stop": 824889368
        },
        {
            "start": 824889407,
            "stop": 824889417
        },
        {
            "start": 824889425,
            "stop": 824889441
        },
        {
            "start": 824889446,
            "stop": 824889454
        },
        {
            "start": 824889460,
            "stop": 824889508
        },
        {
            "start": 824889513,
            "stop": 824889691
        },
        {
            "start": 824889697,
            "stop": 824889706
        },
        {
            "start": 824889714,
            "stop": 824889822
        }
    ]
}