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=196
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=197",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=195",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 196,
    "results": [
        {
            "start": 1264379624,
            "stop": 1264379630
        },
        {
            "start": 1264379633,
            "stop": 1264379639
        },
        {
            "start": 1264379642,
            "stop": 1264379649
        },
        {
            "start": 1264379650,
            "stop": 1264379657
        },
        {
            "start": 1264379659,
            "stop": 1264379666
        },
        {
            "start": 1264379667,
            "stop": 1264379670
        },
        {
            "start": 1264379671,
            "stop": 1264379674
        },
        {
            "start": 1264379676,
            "stop": 1264379678
        },
        {
            "start": 1264379680,
            "stop": 1264379683
        },
        {
            "start": 1264379685,
            "stop": 1264379691
        },
        {
            "start": 1264379693,
            "stop": 1264379695
        },
        {
            "start": 1264379696,
            "stop": 1264379700
        },
        {
            "start": 1264379701,
            "stop": 1264379737
        },
        {
            "start": 1264379739,
            "stop": 1264379754
        },
        {
            "start": 1264379756,
            "stop": 1264379788
        },
        {
            "start": 1264379790,
            "stop": 1264379870
        },
        {
            "start": 1264379872,
            "stop": 1264379903
        },
        {
            "start": 1264379906,
            "stop": 1264379912
        },
        {
            "start": 1264379915,
            "stop": 1264379931
        },
        {
            "start": 1264379933,
            "stop": 1264379935
        }
    ]
}