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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=147",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 148,
    "results": [
        {
            "start": 835804741,
            "stop": 835805953
        },
        {
            "start": 835805968,
            "stop": 835805969
        },
        {
            "start": 835806198,
            "stop": 835818603
        },
        {
            "start": 835822676,
            "stop": 835822994
        },
        {
            "start": 835823974,
            "stop": 835841353
        },
        {
            "start": 835841367,
            "stop": 835841369
        },
        {
            "start": 835841467,
            "stop": 835849798
        },
        {
            "start": 835853656,
            "stop": 835858153
        },
        {
            "start": 835858188,
            "stop": 835858189
        },
        {
            "start": 835858417,
            "stop": 835861633
        },
        {
            "start": 835863428,
            "stop": 835880053
        },
        {
            "start": 835880060,
            "stop": 835880062
        },
        {
            "start": 835880843,
            "stop": 835889533
        },
        {
            "start": 835889574,
            "stop": 835889575
        },
        {
            "start": 835889679,
            "stop": 835890253
        },
        {
            "start": 835890269,
            "stop": 835890271
        },
        {
            "start": 835890337,
            "stop": 835896973
        },
        {
            "start": 835900891,
            "stop": 835905967
        },
        {
            "start": 835906486,
            "stop": 835944193
        },
        {
            "start": 835944218,
            "stop": 835944219
        }
    ]
}