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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=338",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=336",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 337,
    "results": [
        {
            "start": 821573752,
            "stop": 821573762
        },
        {
            "start": 821573766,
            "stop": 821573796
        },
        {
            "start": 821573800,
            "stop": 821573877
        },
        {
            "start": 821573880,
            "stop": 821573884
        },
        {
            "start": 821573887,
            "stop": 821573896
        },
        {
            "start": 821573900,
            "stop": 821574071
        },
        {
            "start": 821574074,
            "stop": 821574168
        },
        {
            "start": 821574171,
            "stop": 821574219
        },
        {
            "start": 821574223,
            "stop": 821574225
        },
        {
            "start": 821574229,
            "stop": 821574232
        },
        {
            "start": 821574236,
            "stop": 821574251
        },
        {
            "start": 821574255,
            "stop": 821574425
        },
        {
            "start": 821574428,
            "stop": 821574540
        },
        {
            "start": 821574600,
            "stop": 821574617
        },
        {
            "start": 821574621,
            "stop": 821574660
        },
        {
            "start": 821574664,
            "stop": 821574679
        },
        {
            "start": 821574682,
            "stop": 821574709
        },
        {
            "start": 821574712,
            "stop": 821574804
        },
        {
            "start": 821574807,
            "stop": 821575048
        },
        {
            "start": 821575052,
            "stop": 821575054
        }
    ]
}