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=232
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=233",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CW_CAT1/segments?format=api&page=231",
    "results_count": 7594,
    "results_per_page": 20,
    "num_pages": 380,
    "page_number": 232,
    "results": [
        {
            "start": 847279254,
            "stop": 847289293
        },
        {
            "start": 847289303,
            "stop": 847289304
        },
        {
            "start": 847289581,
            "stop": 847289713
        },
        {
            "start": 847292066,
            "stop": 847292173
        },
        {
            "start": 847292195,
            "stop": 847292196
        },
        {
            "start": 847293301,
            "stop": 847294933
        },
        {
            "start": 847294936,
            "stop": 847294938
        },
        {
            "start": 847295602,
            "stop": 847295893
        },
        {
            "start": 847295898,
            "stop": 847295899
        },
        {
            "start": 847303240,
            "stop": 847314433
        },
        {
            "start": 847314434,
            "stop": 847314436
        },
        {
            "start": 847316687,
            "stop": 847328533
        },
        {
            "start": 847328557,
            "stop": 847328558
        },
        {
            "start": 847328811,
            "stop": 847329133
        },
        {
            "start": 847329136,
            "stop": 847329138
        },
        {
            "start": 847329809,
            "stop": 847331409
        },
        {
            "start": 847332831,
            "stop": 847332913
        },
        {
            "start": 847332936,
            "stop": 847332937
        },
        {
            "start": 847333817,
            "stop": 847333863
        },
        {
            "start": 847334242,
            "stop": 847334413
        }
    ]
}