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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=154",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 155,
    "results": [
        {
            "start": 931420860,
            "stop": 931420877
        },
        {
            "start": 931420879,
            "stop": 931420913
        },
        {
            "start": 931420915,
            "stop": 931420919
        },
        {
            "start": 931420921,
            "stop": 931420961
        },
        {
            "start": 931420965,
            "stop": 931420975
        },
        {
            "start": 931420977,
            "stop": 931420991
        },
        {
            "start": 931420993,
            "stop": 931421039
        },
        {
            "start": 931421041,
            "stop": 931421078
        },
        {
            "start": 931421081,
            "stop": 931421118
        },
        {
            "start": 931421119,
            "stop": 931421143
        },
        {
            "start": 931421145,
            "stop": 931421191
        },
        {
            "start": 931421193,
            "stop": 931421198
        },
        {
            "start": 931421199,
            "stop": 931421325
        },
        {
            "start": 931421327,
            "stop": 931421359
        },
        {
            "start": 931421360,
            "stop": 931421416
        },
        {
            "start": 931421420,
            "stop": 931421435
        },
        {
            "start": 931421437,
            "stop": 931421590
        },
        {
            "start": 931421592,
            "stop": 931421594
        },
        {
            "start": 931421596,
            "stop": 931421601
        },
        {
            "start": 931421603,
            "stop": 931421605
        }
    ]
}