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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=90",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=88",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 89,
    "results": [
        {
            "start": 830569404,
            "stop": 830574654
        },
        {
            "start": 830576110,
            "stop": 830587847
        },
        {
            "start": 830590330,
            "stop": 830591198
        },
        {
            "start": 830592314,
            "stop": 830607027
        },
        {
            "start": 830607178,
            "stop": 830607320
        },
        {
            "start": 830607744,
            "stop": 830611155
        },
        {
            "start": 830614037,
            "stop": 830614965
        },
        {
            "start": 830615019,
            "stop": 830617276
        },
        {
            "start": 831174052,
            "stop": 831180145
        },
        {
            "start": 831181312,
            "stop": 831181626
        },
        {
            "start": 831182632,
            "stop": 831183326
        },
        {
            "start": 831184323,
            "stop": 831191268
        },
        {
            "start": 831193098,
            "stop": 831194423
        },
        {
            "start": 831195061,
            "stop": 831195085
        },
        {
            "start": 831195880,
            "stop": 831200568
        },
        {
            "start": 831202376,
            "stop": 831202939
        },
        {
            "start": 831203671,
            "stop": 831209713
        },
        {
            "start": 831209809,
            "stop": 831209906
        },
        {
            "start": 831213252,
            "stop": 831213541
        },
        {
            "start": 831214996,
            "stop": 831215849
        }
    ]
}