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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9925",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9923",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9924,
    "results": [
        {
            "start": 870919620,
            "stop": 870919650
        },
        {
            "start": 870919665,
            "stop": 870919682
        },
        {
            "start": 870919819,
            "stop": 870919860
        },
        {
            "start": 870919980,
            "stop": 870920003
        },
        {
            "start": 870920107,
            "stop": 870920124
        },
        {
            "start": 870920132,
            "stop": 870920150
        },
        {
            "start": 870920180,
            "stop": 870920205
        },
        {
            "start": 870920320,
            "stop": 870920322
        },
        {
            "start": 870920397,
            "stop": 870920431
        },
        {
            "start": 870920446,
            "stop": 870920453
        },
        {
            "start": 870920469,
            "stop": 870920483
        },
        {
            "start": 870920507,
            "stop": 870920514
        },
        {
            "start": 870920522,
            "stop": 870920595
        },
        {
            "start": 870920660,
            "stop": 870920676
        },
        {
            "start": 870920690,
            "stop": 870920698
        },
        {
            "start": 870920779,
            "stop": 870920800
        },
        {
            "start": 870920895,
            "stop": 870920898
        },
        {
            "start": 870921000,
            "stop": 870921073
        },
        {
            "start": 870921080,
            "stop": 870921157
        },
        {
            "start": 870921165,
            "stop": 870921173
        }
    ]
}