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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=129",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=127",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 128,
    "results": [
        {
            "start": 953244074,
            "stop": 953244075
        },
        {
            "start": 953244083,
            "stop": 953244086
        },
        {
            "start": 953244119,
            "stop": 953244120
        },
        {
            "start": 953244130,
            "stop": 953244135
        },
        {
            "start": 953244138,
            "stop": 953244173
        },
        {
            "start": 953244191,
            "stop": 953244194
        },
        {
            "start": 953244222,
            "stop": 953244226
        },
        {
            "start": 953244243,
            "stop": 953244244
        },
        {
            "start": 953244265,
            "stop": 953244271
        },
        {
            "start": 953244282,
            "stop": 953244322
        },
        {
            "start": 953244329,
            "stop": 953244331
        },
        {
            "start": 953244333,
            "stop": 953244340
        },
        {
            "start": 953244344,
            "stop": 953244356
        },
        {
            "start": 953270745,
            "stop": 953303454
        },
        {
            "start": 953308152,
            "stop": 953311159
        },
        {
            "start": 953312207,
            "stop": 953312948
        },
        {
            "start": 953317079,
            "stop": 953320694
        },
        {
            "start": 953322199,
            "stop": 953322300
        },
        {
            "start": 953323135,
            "stop": 953323636
        },
        {
            "start": 953326312,
            "stop": 953335685
        }
    ]
}