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=9954
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=9955",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9953",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9954,
    "results": [
        {
            "start": 871569600,
            "stop": 871570080
        },
        {
            "start": 871570140,
            "stop": 871570260
        },
        {
            "start": 871570398,
            "stop": 871572667
        },
        {
            "start": 871572684,
            "stop": 871573740
        },
        {
            "start": 871573800,
            "stop": 871573919
        },
        {
            "start": 871573955,
            "stop": 871574081
        },
        {
            "start": 871574201,
            "stop": 871576138
        },
        {
            "start": 871576437,
            "stop": 871577869
        },
        {
            "start": 871577886,
            "stop": 871579439
        },
        {
            "start": 871579610,
            "stop": 871579693
        },
        {
            "start": 871579813,
            "stop": 871580547
        },
        {
            "start": 871580667,
            "stop": 871581038
        },
        {
            "start": 871581158,
            "stop": 871581779
        },
        {
            "start": 871581925,
            "stop": 871582749
        },
        {
            "start": 871582759,
            "stop": 871582800
        },
        {
            "start": 871582920,
            "stop": 871583460
        },
        {
            "start": 871583520,
            "stop": 871586370
        },
        {
            "start": 871587210,
            "stop": 871587886
        },
        {
            "start": 871588127,
            "stop": 871590443
        },
        {
            "start": 871590451,
            "stop": 871590480
        }
    ]
}