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=153
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=154",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=152",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 153,
    "results": [
        {
            "start": 931419763,
            "stop": 931419764
        },
        {
            "start": 931419767,
            "stop": 931419772
        },
        {
            "start": 931419774,
            "stop": 931419785
        },
        {
            "start": 931419787,
            "stop": 931419795
        },
        {
            "start": 931419797,
            "stop": 931419802
        },
        {
            "start": 931419806,
            "stop": 931419887
        },
        {
            "start": 931419889,
            "stop": 931419939
        },
        {
            "start": 931419941,
            "stop": 931419952
        },
        {
            "start": 931419954,
            "stop": 931419995
        },
        {
            "start": 931419997,
            "stop": 931420014
        },
        {
            "start": 931420016,
            "stop": 931420102
        },
        {
            "start": 931420104,
            "stop": 931420107
        },
        {
            "start": 931420109,
            "stop": 931420121
        },
        {
            "start": 931420123,
            "stop": 931420127
        },
        {
            "start": 931420129,
            "stop": 931420141
        },
        {
            "start": 931420143,
            "stop": 931420145
        },
        {
            "start": 931420152,
            "stop": 931420170
        },
        {
            "start": 931420172,
            "stop": 931420182
        },
        {
            "start": 931420184,
            "stop": 931420221
        },
        {
            "start": 931420223,
            "stop": 931420236
        }
    ]
}