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_CAT3/segments?format=api&page=190
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=191",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=189",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 190,
    "results": [
        {
            "start": 820202972,
            "stop": 820203003
        },
        {
            "start": 820203010,
            "stop": 820203063
        },
        {
            "start": 820203071,
            "stop": 820203116
        },
        {
            "start": 820203123,
            "stop": 820203136
        },
        {
            "start": 820203146,
            "stop": 820203163
        },
        {
            "start": 820203171,
            "stop": 820203206
        },
        {
            "start": 820203216,
            "stop": 820203235
        },
        {
            "start": 820203242,
            "stop": 820203368
        },
        {
            "start": 820203375,
            "stop": 820203382
        },
        {
            "start": 820203397,
            "stop": 820203483
        },
        {
            "start": 820203490,
            "stop": 820203540
        },
        {
            "start": 820203548,
            "stop": 820203566
        },
        {
            "start": 820203584,
            "stop": 820203740
        },
        {
            "start": 820203747,
            "stop": 820203785
        },
        {
            "start": 820203792,
            "stop": 820203833
        },
        {
            "start": 820203840,
            "stop": 820203925
        },
        {
            "start": 820203932,
            "stop": 820203969
        },
        {
            "start": 820203976,
            "stop": 820204062
        },
        {
            "start": 820204074,
            "stop": 820204085
        },
        {
            "start": 820204096,
            "stop": 820204184
        }
    ]
}