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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=233",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=231",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 232,
    "results": [
        {
            "start": 933172869,
            "stop": 933172941
        },
        {
            "start": 933172946,
            "stop": 933173266
        },
        {
            "start": 933173272,
            "stop": 933173321
        },
        {
            "start": 933173326,
            "stop": 933173660
        },
        {
            "start": 933173665,
            "stop": 933173732
        },
        {
            "start": 933173737,
            "stop": 933174121
        },
        {
            "start": 933174126,
            "stop": 933174143
        },
        {
            "start": 933174148,
            "stop": 933174834
        },
        {
            "start": 933174839,
            "stop": 933174914
        },
        {
            "start": 933174919,
            "stop": 933175161
        },
        {
            "start": 933175166,
            "stop": 933175183
        },
        {
            "start": 933175188,
            "stop": 933175516
        },
        {
            "start": 933175521,
            "stop": 933175561
        },
        {
            "start": 933175562,
            "stop": 933175734
        },
        {
            "start": 933175735,
            "stop": 933175892
        },
        {
            "start": 933175897,
            "stop": 933175901
        },
        {
            "start": 933175902,
            "stop": 933176011
        },
        {
            "start": 933176030,
            "stop": 933176177
        },
        {
            "start": 933176182,
            "stop": 933176196
        },
        {
            "start": 933176201,
            "stop": 933176283
        }
    ]
}