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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1150",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=1148",
    "results_count": 28169,
    "results_per_page": 20,
    "num_pages": 1409,
    "page_number": 1149,
    "results": [
        {
            "start": 950517724,
            "stop": 950518023
        },
        {
            "start": 950518024,
            "stop": 950518208
        },
        {
            "start": 950518210,
            "stop": 950518224
        },
        {
            "start": 950518226,
            "stop": 950518277
        },
        {
            "start": 950518278,
            "stop": 950518391
        },
        {
            "start": 950518393,
            "stop": 950518459
        },
        {
            "start": 950518461,
            "stop": 950518633
        },
        {
            "start": 950518635,
            "stop": 950522825
        },
        {
            "start": 950522827,
            "stop": 950523533
        },
        {
            "start": 950523535,
            "stop": 950524077
        },
        {
            "start": 950524079,
            "stop": 950524118
        },
        {
            "start": 950524120,
            "stop": 950524185
        },
        {
            "start": 950524187,
            "stop": 950524518
        },
        {
            "start": 950524520,
            "stop": 950525248
        },
        {
            "start": 950525250,
            "stop": 950525895
        },
        {
            "start": 950525897,
            "stop": 950528724
        },
        {
            "start": 950528726,
            "stop": 950530278
        },
        {
            "start": 950530280,
            "stop": 950533086
        },
        {
            "start": 950533088,
            "stop": 950536474
        },
        {
            "start": 950536476,
            "stop": 950537339
        }
    ]
}