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=10143
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=10144",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10142",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10143,
    "results": [
        {
            "start": 873722051,
            "stop": 873722052
        },
        {
            "start": 873722060,
            "stop": 873722089
        },
        {
            "start": 873722102,
            "stop": 873722108
        },
        {
            "start": 873722121,
            "stop": 873722128
        },
        {
            "start": 873722135,
            "stop": 873722140
        },
        {
            "start": 873722147,
            "stop": 873722156
        },
        {
            "start": 873722163,
            "stop": 873722176
        },
        {
            "start": 873722190,
            "stop": 873722215
        },
        {
            "start": 873722232,
            "stop": 873722243
        },
        {
            "start": 873722279,
            "stop": 873722291
        },
        {
            "start": 873722298,
            "stop": 873722321
        },
        {
            "start": 873722328,
            "stop": 873722335
        },
        {
            "start": 873722345,
            "stop": 873722353
        },
        {
            "start": 873722361,
            "stop": 873722390
        },
        {
            "start": 873722401,
            "stop": 873722470
        },
        {
            "start": 873722478,
            "stop": 873722488
        },
        {
            "start": 873722516,
            "stop": 873722555
        },
        {
            "start": 873722566,
            "stop": 873722594
        },
        {
            "start": 873722602,
            "stop": 873722611
        },
        {
            "start": 873722618,
            "stop": 873722679
        }
    ]
}