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=5243
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=5244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=5242",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 5243,
    "results": [
        {
            "start": 874406352,
            "stop": 874406730
        },
        {
            "start": 874406740,
            "stop": 874407280
        },
        {
            "start": 874407287,
            "stop": 874407349
        },
        {
            "start": 874407387,
            "stop": 874407685
        },
        {
            "start": 874407735,
            "stop": 874407737
        },
        {
            "start": 874407807,
            "stop": 874408151
        },
        {
            "start": 874408158,
            "stop": 874408663
        },
        {
            "start": 874408671,
            "stop": 874408889
        },
        {
            "start": 874408896,
            "stop": 874408926
        },
        {
            "start": 874408962,
            "stop": 874409100
        },
        {
            "start": 874409107,
            "stop": 874409117
        },
        {
            "start": 874409202,
            "stop": 874409367
        },
        {
            "start": 874409409,
            "stop": 874409602
        },
        {
            "start": 874409793,
            "stop": 874409805
        },
        {
            "start": 874409846,
            "stop": 874409885
        },
        {
            "start": 874409921,
            "stop": 874410022
        },
        {
            "start": 874410058,
            "stop": 874410287
        },
        {
            "start": 874410294,
            "stop": 874410616
        },
        {
            "start": 874410773,
            "stop": 874410970
        },
        {
            "start": 874411027,
            "stop": 874411067
        }
    ]
}