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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=146",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=144",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 145,
    "results": [
        {
            "start": 818407827,
            "stop": 818408033
        },
        {
            "start": 818408790,
            "stop": 818409159
        },
        {
            "start": 818409279,
            "stop": 818413528
        },
        {
            "start": 818413545,
            "stop": 818414120
        },
        {
            "start": 818414137,
            "stop": 818415163
        },
        {
            "start": 818415344,
            "stop": 818415845
        },
        {
            "start": 818415862,
            "stop": 818415906
        },
        {
            "start": 818415924,
            "stop": 818416322
        },
        {
            "start": 818416340,
            "stop": 818417561
        },
        {
            "start": 818417578,
            "stop": 818418303
        },
        {
            "start": 818418320,
            "stop": 818418712
        },
        {
            "start": 818418729,
            "stop": 818419750
        },
        {
            "start": 818419751,
            "stop": 818419837
        },
        {
            "start": 818419854,
            "stop": 818421190
        },
        {
            "start": 818421207,
            "stop": 818422765
        },
        {
            "start": 818422769,
            "stop": 818425997
        },
        {
            "start": 818426015,
            "stop": 818426251
        },
        {
            "start": 818427319,
            "stop": 818427368
        },
        {
            "start": 818428047,
            "stop": 818430709
        },
        {
            "start": 818430713,
            "stop": 818435583
        }
    ]
}