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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=355",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 356,
    "results": [
        {
            "start": 818256745,
            "stop": 818256747
        },
        {
            "start": 818256752,
            "stop": 818256755
        },
        {
            "start": 818256763,
            "stop": 818256764
        },
        {
            "start": 818256768,
            "stop": 818256770
        },
        {
            "start": 818256783,
            "stop": 818256788
        },
        {
            "start": 818256796,
            "stop": 818256799
        },
        {
            "start": 818256818,
            "stop": 818256822
        },
        {
            "start": 818256847,
            "stop": 818256848
        },
        {
            "start": 818256854,
            "stop": 818256855
        },
        {
            "start": 818256862,
            "stop": 818256870
        },
        {
            "start": 818256876,
            "stop": 818256877
        },
        {
            "start": 818256898,
            "stop": 818256899
        },
        {
            "start": 818256909,
            "stop": 818256911
        },
        {
            "start": 818256923,
            "stop": 818256926
        },
        {
            "start": 818256947,
            "stop": 818256950
        },
        {
            "start": 818256954,
            "stop": 818256955
        },
        {
            "start": 818256983,
            "stop": 818256984
        },
        {
            "start": 818257001,
            "stop": 818257002
        },
        {
            "start": 818257008,
            "stop": 818257010
        },
        {
            "start": 818257013,
            "stop": 818257027
        }
    ]
}