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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=283",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 284,
    "results": [
        {
            "start": 822140725,
            "stop": 822140830
        },
        {
            "start": 822168631,
            "stop": 822168701
        },
        {
            "start": 822168706,
            "stop": 822168738
        },
        {
            "start": 822168743,
            "stop": 822168804
        },
        {
            "start": 822168817,
            "stop": 822168855
        },
        {
            "start": 822168862,
            "stop": 822168873
        },
        {
            "start": 822168880,
            "stop": 822169233
        },
        {
            "start": 822169238,
            "stop": 822169671
        },
        {
            "start": 822169792,
            "stop": 822170418
        },
        {
            "start": 822170433,
            "stop": 822170441
        },
        {
            "start": 822170446,
            "stop": 822170489
        },
        {
            "start": 822178825,
            "stop": 822180357
        },
        {
            "start": 822180750,
            "stop": 822189233
        },
        {
            "start": 822189626,
            "stop": 822190103
        },
        {
            "start": 822190166,
            "stop": 822191876
        },
        {
            "start": 822191942,
            "stop": 822194104
        },
        {
            "start": 822194148,
            "stop": 822194598
        },
        {
            "start": 822194609,
            "stop": 822195213
        },
        {
            "start": 822195262,
            "stop": 822195929
        },
        {
            "start": 822195936,
            "stop": 822198340
        }
    ]
}