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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4242",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4240",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4241,
    "results": [
        {
            "start": 874557989,
            "stop": 874557994
        },
        {
            "start": 874558015,
            "stop": 874558017
        },
        {
            "start": 874558080,
            "stop": 874558146
        },
        {
            "start": 874558179,
            "stop": 874558184
        },
        {
            "start": 874558203,
            "stop": 874558228
        },
        {
            "start": 874558248,
            "stop": 874558320
        },
        {
            "start": 874558397,
            "stop": 874558490
        },
        {
            "start": 874558620,
            "stop": 874558668
        },
        {
            "start": 874558740,
            "stop": 874558753
        },
        {
            "start": 874558775,
            "stop": 874558783
        },
        {
            "start": 874558802,
            "stop": 874558820
        },
        {
            "start": 874558848,
            "stop": 874558860
        },
        {
            "start": 874558986,
            "stop": 874559032
        },
        {
            "start": 874559051,
            "stop": 874559100
        },
        {
            "start": 874559299,
            "stop": 874559340
        },
        {
            "start": 874559495,
            "stop": 874559520
        },
        {
            "start": 874559611,
            "stop": 874559628
        },
        {
            "start": 874560123,
            "stop": 874560125
        },
        {
            "start": 874560144,
            "stop": 874560203
        },
        {
            "start": 874560222,
            "stop": 874560239
        }
    ]
}