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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=86",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 87,
    "results": [
        {
            "start": 816846604,
            "stop": 816846616
        },
        {
            "start": 816846638,
            "stop": 816846644
        },
        {
            "start": 816846716,
            "stop": 816846728
        },
        {
            "start": 816846750,
            "stop": 816846792
        },
        {
            "start": 816846836,
            "stop": 816846873
        },
        {
            "start": 816846894,
            "stop": 816846909
        },
        {
            "start": 816847026,
            "stop": 816847072
        },
        {
            "start": 816847123,
            "stop": 816847247
        },
        {
            "start": 816847307,
            "stop": 816847349
        },
        {
            "start": 816847416,
            "stop": 816847453
        },
        {
            "start": 816847505,
            "stop": 816847570
        },
        {
            "start": 816847589,
            "stop": 816847612
        },
        {
            "start": 816847647,
            "stop": 816847648
        },
        {
            "start": 816847665,
            "stop": 816847685
        },
        {
            "start": 816847702,
            "stop": 816847703
        },
        {
            "start": 816847720,
            "stop": 816847760
        },
        {
            "start": 816847815,
            "stop": 816847823
        },
        {
            "start": 816847903,
            "stop": 816847937
        },
        {
            "start": 816847958,
            "stop": 816847962
        },
        {
            "start": 816847998,
            "stop": 816848042
        }
    ]
}