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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=193",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=191",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 192,
    "results": [
        {
            "start": 816923907,
            "stop": 816923942
        },
        {
            "start": 816923946,
            "stop": 816923950
        },
        {
            "start": 816923954,
            "stop": 816923957
        },
        {
            "start": 816923963,
            "stop": 816923996
        },
        {
            "start": 816924001,
            "stop": 816924005
        },
        {
            "start": 816924014,
            "stop": 816924018
        },
        {
            "start": 816924024,
            "stop": 816924050
        },
        {
            "start": 816924054,
            "stop": 816924057
        },
        {
            "start": 816924062,
            "stop": 816924079
        },
        {
            "start": 816924086,
            "stop": 816924088
        },
        {
            "start": 816924092,
            "stop": 816924097
        },
        {
            "start": 816924118,
            "stop": 816924224
        },
        {
            "start": 816924227,
            "stop": 816924258
        },
        {
            "start": 816924262,
            "stop": 816924301
        },
        {
            "start": 816924308,
            "stop": 816924312
        },
        {
            "start": 816924368,
            "stop": 816924381
        },
        {
            "start": 816924387,
            "stop": 816924396
        },
        {
            "start": 816924401,
            "stop": 816924408
        },
        {
            "start": 816924420,
            "stop": 816924423
        },
        {
            "start": 816924428,
            "stop": 816924487
        }
    ]
}