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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=213",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 214,
    "results": [
        {
            "start": 1264387501,
            "stop": 1264387504
        },
        {
            "start": 1264387506,
            "stop": 1264387511
        },
        {
            "start": 1264387513,
            "stop": 1264387620
        },
        {
            "start": 1264387623,
            "stop": 1264387625
        },
        {
            "start": 1264387626,
            "stop": 1264387628
        },
        {
            "start": 1264387631,
            "stop": 1264387637
        },
        {
            "start": 1264387639,
            "stop": 1264387711
        },
        {
            "start": 1264387717,
            "stop": 1264387720
        },
        {
            "start": 1264387721,
            "stop": 1264387724
        },
        {
            "start": 1264387725,
            "stop": 1264387728
        },
        {
            "start": 1264387730,
            "stop": 1264387732
        },
        {
            "start": 1264387733,
            "stop": 1264387736
        },
        {
            "start": 1264387738,
            "stop": 1264387740
        },
        {
            "start": 1264387741,
            "stop": 1264387745
        },
        {
            "start": 1264387746,
            "stop": 1264387826
        },
        {
            "start": 1264387829,
            "stop": 1264387873
        },
        {
            "start": 1264387876,
            "stop": 1264387882
        },
        {
            "start": 1264387886,
            "stop": 1264387964
        },
        {
            "start": 1264387966,
            "stop": 1264388043
        },
        {
            "start": 1264388045,
            "stop": 1264388052
        }
    ]
}