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=187
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=188",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=186",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 187,
    "results": [
        {
            "start": 1264375454,
            "stop": 1264375468
        },
        {
            "start": 1264375470,
            "stop": 1264375477
        },
        {
            "start": 1264375479,
            "stop": 1264375485
        },
        {
            "start": 1264375486,
            "stop": 1264375487
        },
        {
            "start": 1264375488,
            "stop": 1264375516
        },
        {
            "start": 1264375519,
            "stop": 1264375546
        },
        {
            "start": 1264375548,
            "stop": 1264375584
        },
        {
            "start": 1264375585,
            "stop": 1264375586
        },
        {
            "start": 1264375587,
            "stop": 1264375592
        },
        {
            "start": 1264375593,
            "stop": 1264375608
        },
        {
            "start": 1264375610,
            "stop": 1264375636
        },
        {
            "start": 1264375638,
            "stop": 1264375661
        },
        {
            "start": 1264375663,
            "stop": 1264375671
        },
        {
            "start": 1264375672,
            "stop": 1264375678
        },
        {
            "start": 1264375680,
            "stop": 1264375687
        },
        {
            "start": 1264375688,
            "stop": 1264375747
        },
        {
            "start": 1264375749,
            "stop": 1264375784
        },
        {
            "start": 1264375787,
            "stop": 1264375832
        },
        {
            "start": 1264375835,
            "stop": 1264375861
        },
        {
            "start": 1264375863,
            "stop": 1264375872
        }
    ]
}