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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5158",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5156",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5157,
    "results": [
        {
            "start": 873749979,
            "stop": 873750084
        },
        {
            "start": 873750091,
            "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
        },
        {
            "start": 873750771,
            "stop": 873750857
        },
        {
            "start": 873750864,
            "stop": 873750926
        },
        {
            "start": 873751021,
            "stop": 873751203
        },
        {
            "start": 873751210,
            "stop": 873751262
        },
        {
            "start": 873751298,
            "stop": 873751440
        },
        {
            "start": 873751500,
            "stop": 873751619
        },
        {
            "start": 873751680,
            "stop": 873751763
        },
        {
            "start": 873751777,
            "stop": 873751785
        },
        {
            "start": 873751792,
            "stop": 873751884
        },
        {
            "start": 873751892,
            "stop": 873751942
        },
        {
            "start": 873751955,
            "stop": 873751981
        }
    ]
}