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=10062
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=10063",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=10061",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 10062,
    "results": [
        {
            "start": 872978350,
            "stop": 872978369
        },
        {
            "start": 872978387,
            "stop": 872978452
        },
        {
            "start": 872978469,
            "stop": 872978933
        },
        {
            "start": 872979159,
            "stop": 872979168
        },
        {
            "start": 872979240,
            "stop": 872979288
        },
        {
            "start": 872979305,
            "stop": 872979382
        },
        {
            "start": 872979480,
            "stop": 872979574
        },
        {
            "start": 872979592,
            "stop": 872979598
        },
        {
            "start": 872979718,
            "stop": 872979796
        },
        {
            "start": 872979813,
            "stop": 872980043
        },
        {
            "start": 872980060,
            "stop": 872980113
        },
        {
            "start": 872980240,
            "stop": 872980617
        },
        {
            "start": 872980634,
            "stop": 872980655
        },
        {
            "start": 872980775,
            "stop": 872980844
        },
        {
            "start": 872980860,
            "stop": 872981002
        },
        {
            "start": 872981238,
            "stop": 872981260
        },
        {
            "start": 872981474,
            "stop": 872981712
        },
        {
            "start": 872981820,
            "stop": 872981878
        },
        {
            "start": 872982090,
            "stop": 872983382
        },
        {
            "start": 872983399,
            "stop": 872984850
        }
    ]
}