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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5068",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5066",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5067,
    "results": [
        {
            "start": 873037183,
            "stop": 873037202
        },
        {
            "start": 873037219,
            "stop": 873037225
        },
        {
            "start": 873037233,
            "stop": 873037380
        },
        {
            "start": 873037440,
            "stop": 873037938
        },
        {
            "start": 873037986,
            "stop": 873038074
        },
        {
            "start": 873038108,
            "stop": 873039081
        },
        {
            "start": 873039098,
            "stop": 873039105
        },
        {
            "start": 873039122,
            "stop": 873039733
        },
        {
            "start": 873039750,
            "stop": 873039773
        },
        {
            "start": 873039790,
            "stop": 873039807
        },
        {
            "start": 873039824,
            "stop": 873039866
        },
        {
            "start": 873039883,
            "stop": 873039898
        },
        {
            "start": 873039915,
            "stop": 873040446
        },
        {
            "start": 873040463,
            "stop": 873040727
        },
        {
            "start": 873040743,
            "stop": 873040760
        },
        {
            "start": 873040795,
            "stop": 873040980
        },
        {
            "start": 873041100,
            "stop": 873041437
        },
        {
            "start": 873041455,
            "stop": 873041469
        },
        {
            "start": 873041503,
            "stop": 873041529
        },
        {
            "start": 873041546,
            "stop": 873041902
        }
    ]
}