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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=84",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_CBC_CAT2/segments?format=api&page=82",
    "results_count": 9495,
    "results_per_page": 20,
    "num_pages": 475,
    "page_number": 83,
    "results": [
        {
            "start": 1263226293,
            "stop": 1263226316
        },
        {
            "start": 1263226317,
            "stop": 1263226319
        },
        {
            "start": 1263226320,
            "stop": 1263226321
        },
        {
            "start": 1263226323,
            "stop": 1263226324
        },
        {
            "start": 1263226325,
            "stop": 1263226327
        },
        {
            "start": 1263226328,
            "stop": 1263226329
        },
        {
            "start": 1263226330,
            "stop": 1263226833
        },
        {
            "start": 1263226834,
            "stop": 1263226835
        },
        {
            "start": 1263226837,
            "stop": 1263226839
        },
        {
            "start": 1263226840,
            "stop": 1263226841
        },
        {
            "start": 1263226843,
            "stop": 1263227709
        },
        {
            "start": 1263227710,
            "stop": 1263227850
        },
        {
            "start": 1263227856,
            "stop": 1263227857
        },
        {
            "start": 1263227860,
            "stop": 1263229967
        },
        {
            "start": 1263229970,
            "stop": 1263229971
        },
        {
            "start": 1263229972,
            "stop": 1263229973
        },
        {
            "start": 1263229975,
            "stop": 1263229977
        },
        {
            "start": 1263229978,
            "stop": 1263229979
        },
        {
            "start": 1263229980,
            "stop": 1263230528
        },
        {
            "start": 1263230529,
            "stop": 1263231720
        }
    ]
}