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=10137
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=10138",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10136",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10137,
    "results": [
        {
            "start": 873673298,
            "stop": 873673356
        },
        {
            "start": 873673375,
            "stop": 873673414
        },
        {
            "start": 873673534,
            "stop": 873673563
        },
        {
            "start": 873673580,
            "stop": 873673649
        },
        {
            "start": 873673667,
            "stop": 873673822
        },
        {
            "start": 873673840,
            "stop": 873673868
        },
        {
            "start": 873673886,
            "stop": 873673997
        },
        {
            "start": 873674015,
            "stop": 873674035
        },
        {
            "start": 873674053,
            "stop": 873674055
        },
        {
            "start": 873674072,
            "stop": 873674130
        },
        {
            "start": 873674148,
            "stop": 873674219
        },
        {
            "start": 873674311,
            "stop": 873674330
        },
        {
            "start": 873674337,
            "stop": 873674455
        },
        {
            "start": 873674472,
            "stop": 873674573
        },
        {
            "start": 873674580,
            "stop": 873674618
        },
        {
            "start": 873674636,
            "stop": 873674819
        },
        {
            "start": 873674837,
            "stop": 873675000
        },
        {
            "start": 873675060,
            "stop": 873675155
        },
        {
            "start": 873675291,
            "stop": 873675360
        },
        {
            "start": 873703800,
            "stop": 873703803
        }
    ]
}