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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=60",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=58",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 59,
    "results": [
        {
            "start": 944228574,
            "stop": 944229079
        },
        {
            "start": 944230921,
            "stop": 944233754
        },
        {
            "start": 944235889,
            "stop": 944236834
        },
        {
            "start": 944238305,
            "stop": 944238356
        },
        {
            "start": 944239330,
            "stop": 944240098
        },
        {
            "start": 944241522,
            "stop": 944241542
        },
        {
            "start": 944242307,
            "stop": 944243841
        },
        {
            "start": 944245435,
            "stop": 944245754
        },
        {
            "start": 944247994,
            "stop": 944248649
        },
        {
            "start": 944249734,
            "stop": 944250039
        },
        {
            "start": 944250769,
            "stop": 944252236
        },
        {
            "start": 944253002,
            "stop": 944253948
        },
        {
            "start": 944255332,
            "stop": 944257587
        },
        {
            "start": 944259022,
            "stop": 944261182
        },
        {
            "start": 944262033,
            "stop": 944269148
        },
        {
            "start": 944270131,
            "stop": 944271447
        },
        {
            "start": 944272974,
            "stop": 944273384
        },
        {
            "start": 944274181,
            "stop": 944275877
        },
        {
            "start": 944276607,
            "stop": 944277708
        },
        {
            "start": 944279005,
            "stop": 944280843
        }
    ]
}