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=373
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=374",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT3/segments?format=api&page=372",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 373,
    "results": [
        {
            "start": 1265890343,
            "stop": 1265890372
        },
        {
            "start": 1265890374,
            "stop": 1265890611
        },
        {
            "start": 1265890612,
            "stop": 1265890650
        },
        {
            "start": 1265890651,
            "stop": 1265890659
        },
        {
            "start": 1265890660,
            "stop": 1265890661
        },
        {
            "start": 1265890662,
            "stop": 1265890664
        },
        {
            "start": 1265890665,
            "stop": 1265890898
        },
        {
            "start": 1265890899,
            "stop": 1265890900
        },
        {
            "start": 1265890902,
            "stop": 1265891714
        },
        {
            "start": 1265891716,
            "stop": 1265892098
        },
        {
            "start": 1265892099,
            "stop": 1265893174
        },
        {
            "start": 1265893175,
            "stop": 1265893820
        },
        {
            "start": 1265893821,
            "stop": 1265898680
        },
        {
            "start": 1265898681,
            "stop": 1265901009
        },
        {
            "start": 1265901010,
            "stop": 1265918449
        },
        {
            "start": 1265918450,
            "stop": 1265918454
        },
        {
            "start": 1265918455,
            "stop": 1265987525
        },
        {
            "start": 1265987526,
            "stop": 1265987768
        },
        {
            "start": 1265987769,
            "stop": 1265990639
        },
        {
            "start": 1265993888,
            "stop": 1266001262
        }
    ]
}