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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=774",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=772",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 773,
    "results": [
        {
            "start": 957350220,
            "stop": 957350277
        },
        {
            "start": 957350283,
            "stop": 957350530
        },
        {
            "start": 957350536,
            "stop": 957350579
        },
        {
            "start": 957350585,
            "stop": 957350639
        },
        {
            "start": 957350644,
            "stop": 957351051
        },
        {
            "start": 957351057,
            "stop": 957351451
        },
        {
            "start": 957351457,
            "stop": 957351671
        },
        {
            "start": 957351677,
            "stop": 957351717
        },
        {
            "start": 957351723,
            "stop": 957351879
        },
        {
            "start": 957351885,
            "stop": 957352154
        },
        {
            "start": 957354972,
            "stop": 957354999
        },
        {
            "start": 957355005,
            "stop": 957355171
        },
        {
            "start": 957355177,
            "stop": 957355469
        },
        {
            "start": 957355475,
            "stop": 957355533
        },
        {
            "start": 957355539,
            "stop": 957356014
        },
        {
            "start": 957356020,
            "stop": 957356103
        },
        {
            "start": 957356108,
            "stop": 957356132
        },
        {
            "start": 957356142,
            "stop": 957356166
        },
        {
            "start": 957356172,
            "stop": 957356217
        },
        {
            "start": 957356222,
            "stop": 957356781
        }
    ]
}