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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=393",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=391",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 392,
    "results": [
        {
            "start": 821764467,
            "stop": 821764470
        },
        {
            "start": 821764480,
            "stop": 821764486
        },
        {
            "start": 821764489,
            "stop": 821764494
        },
        {
            "start": 821764497,
            "stop": 821764499
        },
        {
            "start": 821764502,
            "stop": 821764509
        },
        {
            "start": 821764514,
            "stop": 821764520
        },
        {
            "start": 821764523,
            "stop": 821764524
        },
        {
            "start": 821764527,
            "stop": 821764530
        },
        {
            "start": 821764535,
            "stop": 821764541
        },
        {
            "start": 821764544,
            "stop": 821764545
        },
        {
            "start": 821764551,
            "stop": 821764553
        },
        {
            "start": 821764556,
            "stop": 821764557
        },
        {
            "start": 821764568,
            "stop": 821764569
        },
        {
            "start": 821764573,
            "stop": 821764574
        },
        {
            "start": 821764579,
            "stop": 821764587
        },
        {
            "start": 821764591,
            "stop": 821764593
        },
        {
            "start": 821764601,
            "stop": 821764620
        },
        {
            "start": 821764623,
            "stop": 821764626
        },
        {
            "start": 821764631,
            "stop": 821764632
        },
        {
            "start": 821764642,
            "stop": 821764661
        }
    ]
}