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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5179",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5177",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5178,
    "results": [
        {
            "start": 873818320,
            "stop": 873818432
        },
        {
            "start": 873818441,
            "stop": 873818456
        },
        {
            "start": 873818464,
            "stop": 873818505
        },
        {
            "start": 873818528,
            "stop": 873818566
        },
        {
            "start": 873818574,
            "stop": 873818589
        },
        {
            "start": 873818596,
            "stop": 873818956
        },
        {
            "start": 873818964,
            "stop": 873819000
        },
        {
            "start": 873819158,
            "stop": 873819172
        },
        {
            "start": 873819206,
            "stop": 873819221
        },
        {
            "start": 873819229,
            "stop": 873819299
        },
        {
            "start": 873819307,
            "stop": 873819313
        },
        {
            "start": 873819321,
            "stop": 873819335
        },
        {
            "start": 873819371,
            "stop": 873819420
        },
        {
            "start": 873819480,
            "stop": 873819520
        },
        {
            "start": 873819578,
            "stop": 873819639
        },
        {
            "start": 873819669,
            "stop": 873819720
        },
        {
            "start": 873819801,
            "stop": 873819846
        },
        {
            "start": 873819853,
            "stop": 873819860
        },
        {
            "start": 873819867,
            "stop": 873819875
        },
        {
            "start": 873819883,
            "stop": 873820169
        }
    ]
}