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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=132",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 133,
    "results": [
        {
            "start": 819795108,
            "stop": 819795620
        },
        {
            "start": 819795627,
            "stop": 819795697
        },
        {
            "start": 819795704,
            "stop": 819795738
        },
        {
            "start": 819795745,
            "stop": 819795840
        },
        {
            "start": 819795847,
            "stop": 819796061
        },
        {
            "start": 819796068,
            "stop": 819796198
        },
        {
            "start": 819796205,
            "stop": 819796664
        },
        {
            "start": 819796671,
            "stop": 819797129
        },
        {
            "start": 819797136,
            "stop": 819797550
        },
        {
            "start": 819797557,
            "stop": 819797660
        },
        {
            "start": 819797668,
            "stop": 819797970
        },
        {
            "start": 819797977,
            "stop": 819798195
        },
        {
            "start": 819798202,
            "stop": 819798626
        },
        {
            "start": 819798633,
            "stop": 819798736
        },
        {
            "start": 819798743,
            "stop": 819798899
        },
        {
            "start": 819798906,
            "stop": 819799358
        },
        {
            "start": 819799366,
            "stop": 819799442
        },
        {
            "start": 819799455,
            "stop": 819800044
        },
        {
            "start": 819800052,
            "stop": 819800302
        },
        {
            "start": 819800309,
            "stop": 819800389
        }
    ]
}