Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4934
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4935",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4933",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4934,
    "results": [
        {
            "start": 874400105,
            "stop": 874400339
        },
        {
            "start": 874400346,
            "stop": 874400492
        },
        {
            "start": 874400499,
            "stop": 874400884
        },
        {
            "start": 874400893,
            "stop": 874401088
        },
        {
            "start": 874401095,
            "stop": 874401182
        },
        {
            "start": 874401189,
            "stop": 874401300
        },
        {
            "start": 874401308,
            "stop": 874401511
        },
        {
            "start": 874401524,
            "stop": 874401663
        },
        {
            "start": 874401670,
            "stop": 874402057
        },
        {
            "start": 874402064,
            "stop": 874402620
        },
        {
            "start": 874402627,
            "stop": 874402744
        },
        {
            "start": 874402751,
            "stop": 874402806
        },
        {
            "start": 874402813,
            "stop": 874402814
        },
        {
            "start": 874402821,
            "stop": 874402857
        },
        {
            "start": 874402864,
            "stop": 874403025
        },
        {
            "start": 874403033,
            "stop": 874403142
        },
        {
            "start": 874403149,
            "stop": 874403157
        },
        {
            "start": 874403164,
            "stop": 874403190
        },
        {
            "start": 874403198,
            "stop": 874403473
        },
        {
            "start": 874403480,
            "stop": 874403495
        }
    ]
}