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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=132",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 133,
    "results": [
        {
            "start": 833753542,
            "stop": 833785093
        },
        {
            "start": 833785097,
            "stop": 833785098
        },
        {
            "start": 833785904,
            "stop": 833799208
        },
        {
            "start": 833799702,
            "stop": 833803273
        },
        {
            "start": 833803303,
            "stop": 833803304
        },
        {
            "start": 833803354,
            "stop": 833807265
        },
        {
            "start": 833809296,
            "stop": 833810773
        },
        {
            "start": 833829244,
            "stop": 833830033
        },
        {
            "start": 833831779,
            "stop": 833831833
        },
        {
            "start": 833831878,
            "stop": 833831880
        },
        {
            "start": 833835300,
            "stop": 833836393
        },
        {
            "start": 833836435,
            "stop": 833836437
        },
        {
            "start": 833836776,
            "stop": 833837713
        },
        {
            "start": 833838509,
            "stop": 833842993
        },
        {
            "start": 833843029,
            "stop": 833843030
        },
        {
            "start": 833843353,
            "stop": 833868853
        },
        {
            "start": 833870953,
            "stop": 833871431
        },
        {
            "start": 833872566,
            "stop": 833889133
        },
        {
            "start": 833889156,
            "stop": 833889158
        },
        {
            "start": 833889346,
            "stop": 833890753
        }
    ]
}