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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9913",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9911",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9912,
    "results": [
        {
            "start": 870906029,
            "stop": 870906043
        },
        {
            "start": 870906072,
            "stop": 870906073
        },
        {
            "start": 870906080,
            "stop": 870906088
        },
        {
            "start": 870906096,
            "stop": 870906113
        },
        {
            "start": 870906122,
            "stop": 870906129
        },
        {
            "start": 870906136,
            "stop": 870906145
        },
        {
            "start": 870906152,
            "stop": 870906159
        },
        {
            "start": 870906168,
            "stop": 870906173
        },
        {
            "start": 870906235,
            "stop": 870906240
        },
        {
            "start": 870906300,
            "stop": 870906320
        },
        {
            "start": 870906328,
            "stop": 870906346
        },
        {
            "start": 870906354,
            "stop": 870906361
        },
        {
            "start": 870906369,
            "stop": 870906376
        },
        {
            "start": 870906383,
            "stop": 870906389
        },
        {
            "start": 870906397,
            "stop": 870906419
        },
        {
            "start": 870906483,
            "stop": 870906548
        },
        {
            "start": 870906571,
            "stop": 870906599
        },
        {
            "start": 870906607,
            "stop": 870906615
        },
        {
            "start": 870906631,
            "stop": 870906637
        },
        {
            "start": 870906653,
            "stop": 870906706
        }
    ]
}