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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10155",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10156,
    "results": [
        {
            "start": 873746742,
            "stop": 873746780
        },
        {
            "start": 873746990,
            "stop": 873747091
        },
        {
            "start": 873747099,
            "stop": 873747155
        },
        {
            "start": 873747720,
            "stop": 873747780
        },
        {
            "start": 873747900,
            "stop": 873747916
        },
        {
            "start": 873748080,
            "stop": 873748286
        },
        {
            "start": 873748294,
            "stop": 873748336
        },
        {
            "start": 873748576,
            "stop": 873748614
        },
        {
            "start": 873748650,
            "stop": 873749121
        },
        {
            "start": 873749129,
            "stop": 873749153
        },
        {
            "start": 873749162,
            "stop": 873749183
        },
        {
            "start": 873749280,
            "stop": 873749310
        },
        {
            "start": 873750150,
            "stop": 873750230
        },
        {
            "start": 873750237,
            "stop": 873750241
        },
        {
            "start": 873750277,
            "stop": 873750333
        },
        {
            "start": 873750369,
            "stop": 873750413
        },
        {
            "start": 873750420,
            "stop": 873750635
        },
        {
            "start": 873750674,
            "stop": 873750687
        },
        {
            "start": 873750729,
            "stop": 873750737
        },
        {
            "start": 873750744,
            "stop": 873750764
        }
    ]
}