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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=26",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=24",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 25,
    "results": [
        {
            "start": 816275279,
            "stop": 816275304
        },
        {
            "start": 816275338,
            "stop": 816275356
        },
        {
            "start": 816275364,
            "stop": 816275366
        },
        {
            "start": 816275372,
            "stop": 816275386
        },
        {
            "start": 816275392,
            "stop": 816275394
        },
        {
            "start": 816275401,
            "stop": 816275403
        },
        {
            "start": 816275414,
            "stop": 816275434
        },
        {
            "start": 816275444,
            "stop": 816275445
        },
        {
            "start": 816275452,
            "stop": 816275471
        },
        {
            "start": 816275478,
            "stop": 816275492
        },
        {
            "start": 816275499,
            "stop": 816275539
        },
        {
            "start": 816275547,
            "stop": 816275550
        },
        {
            "start": 816275561,
            "stop": 816275570
        },
        {
            "start": 816275575,
            "stop": 816275580
        },
        {
            "start": 816275589,
            "stop": 816275590
        },
        {
            "start": 816275625,
            "stop": 816275632
        },
        {
            "start": 816275636,
            "stop": 816275645
        },
        {
            "start": 816275651,
            "stop": 816275653
        },
        {
            "start": 816275658,
            "stop": 816275668
        },
        {
            "start": 816275672,
            "stop": 816275683
        }
    ]
}