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=9910
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=9911",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=9909",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 9910,
    "results": [
        {
            "start": 870903787,
            "stop": 870903804
        },
        {
            "start": 870903827,
            "stop": 870903834
        },
        {
            "start": 870903960,
            "stop": 870904011
        },
        {
            "start": 870904019,
            "stop": 870904027
        },
        {
            "start": 870904038,
            "stop": 870904067
        },
        {
            "start": 870904075,
            "stop": 870904080
        },
        {
            "start": 870904146,
            "stop": 870904151
        },
        {
            "start": 870904159,
            "stop": 870904195
        },
        {
            "start": 870904209,
            "stop": 870904225
        },
        {
            "start": 870904247,
            "stop": 870904334
        },
        {
            "start": 870904349,
            "stop": 870904404
        },
        {
            "start": 870904411,
            "stop": 870904458
        },
        {
            "start": 870904473,
            "stop": 870904540
        },
        {
            "start": 870904568,
            "stop": 870904569
        },
        {
            "start": 870904583,
            "stop": 870904599
        },
        {
            "start": 870904607,
            "stop": 870904608
        },
        {
            "start": 870904623,
            "stop": 870904647
        },
        {
            "start": 870904655,
            "stop": 870904728
        },
        {
            "start": 870904737,
            "stop": 870904744
        },
        {
            "start": 870904790,
            "stop": 870904799
        }
    ]
}