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=2297
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=2298",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2296",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2297,
    "results": [
        {
            "start": 873948374,
            "stop": 873949235
        },
        {
            "start": 873949255,
            "stop": 873949607
        },
        {
            "start": 873949645,
            "stop": 873949653
        },
        {
            "start": 873949682,
            "stop": 873949867
        },
        {
            "start": 873949886,
            "stop": 873950270
        },
        {
            "start": 873950289,
            "stop": 873950998
        },
        {
            "start": 873951017,
            "stop": 873951725
        },
        {
            "start": 873951744,
            "stop": 873952876
        },
        {
            "start": 873952895,
            "stop": 873953322
        },
        {
            "start": 873953341,
            "stop": 873954164
        },
        {
            "start": 873954183,
            "stop": 873957217
        },
        {
            "start": 873957236,
            "stop": 873957652
        },
        {
            "start": 873957671,
            "stop": 873958592
        },
        {
            "start": 873958611,
            "stop": 873960055
        },
        {
            "start": 873960075,
            "stop": 873960522
        },
        {
            "start": 873960541,
            "stop": 873961729
        },
        {
            "start": 873961748,
            "stop": 873961797
        },
        {
            "start": 873961827,
            "stop": 873961867
        },
        {
            "start": 873961886,
            "stop": 873962742
        },
        {
            "start": 873962761,
            "stop": 873963221
        }
    ]
}