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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=106",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 107,
    "results": [
        {
            "start": 821498069,
            "stop": 821498083
        },
        {
            "start": 821498088,
            "stop": 821498116
        },
        {
            "start": 821498125,
            "stop": 821498136
        },
        {
            "start": 821498139,
            "stop": 821498153
        },
        {
            "start": 821498156,
            "stop": 821498164
        },
        {
            "start": 821498167,
            "stop": 821498199
        },
        {
            "start": 821498207,
            "stop": 821498213
        },
        {
            "start": 821498216,
            "stop": 821498222
        },
        {
            "start": 821498225,
            "stop": 821498241
        },
        {
            "start": 821498246,
            "stop": 821498249
        },
        {
            "start": 821498252,
            "stop": 821498257
        },
        {
            "start": 821498260,
            "stop": 821498276
        },
        {
            "start": 821498279,
            "stop": 821498281
        },
        {
            "start": 821498284,
            "stop": 821498304
        },
        {
            "start": 821498307,
            "stop": 821498333
        },
        {
            "start": 821498336,
            "stop": 821498342
        },
        {
            "start": 821498345,
            "stop": 821498349
        },
        {
            "start": 821498352,
            "stop": 821498370
        },
        {
            "start": 821498374,
            "stop": 821498393
        },
        {
            "start": 821498397,
            "stop": 821498415
        }
    ]
}