Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4405
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=4406",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4404",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4405,
    "results": [
        {
            "start": 875199242,
            "stop": 875199271
        },
        {
            "start": 875199292,
            "stop": 875199298
        },
        {
            "start": 875199317,
            "stop": 875199331
        },
        {
            "start": 875199350,
            "stop": 875199351
        },
        {
            "start": 875199370,
            "stop": 875199382
        },
        {
            "start": 875199519,
            "stop": 875199538
        },
        {
            "start": 875199740,
            "stop": 875199741
        },
        {
            "start": 875199760,
            "stop": 875199788
        },
        {
            "start": 875199807,
            "stop": 875199812
        },
        {
            "start": 875199835,
            "stop": 875199917
        },
        {
            "start": 875199946,
            "stop": 875199960
        },
        {
            "start": 875199979,
            "stop": 875199985
        },
        {
            "start": 875200012,
            "stop": 875200046
        },
        {
            "start": 875200066,
            "stop": 875200135
        },
        {
            "start": 875200160,
            "stop": 875200374
        },
        {
            "start": 875200393,
            "stop": 875200447
        },
        {
            "start": 875201640,
            "stop": 875202007
        },
        {
            "start": 875202127,
            "stop": 875202300
        },
        {
            "start": 875202360,
            "stop": 875202955
        },
        {
            "start": 875202974,
            "stop": 875203661
        }
    ]
}