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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=123",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=121",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 122,
    "results": [
        {
            "start": 931915690,
            "stop": 931915806
        },
        {
            "start": 931915811,
            "stop": 931916350
        },
        {
            "start": 931916410,
            "stop": 931917615
        },
        {
            "start": 931917975,
            "stop": 931918927
        },
        {
            "start": 931919047,
            "stop": 931919116
        },
        {
            "start": 931919121,
            "stop": 931919206
        },
        {
            "start": 931919326,
            "stop": 931919929
        },
        {
            "start": 931919932,
            "stop": 931921215
        },
        {
            "start": 931921575,
            "stop": 931922569
        },
        {
            "start": 931922571,
            "stop": 931922583
        },
        {
            "start": 931922586,
            "stop": 931922598
        },
        {
            "start": 931922601,
            "stop": 931922613
        },
        {
            "start": 931922616,
            "stop": 931922628
        },
        {
            "start": 931922631,
            "stop": 931922689
        },
        {
            "start": 931922691,
            "stop": 931922775
        },
        {
            "start": 931922895,
            "stop": 931923337
        },
        {
            "start": 931923457,
            "stop": 931923936
        },
        {
            "start": 931923939,
            "stop": 931924815
        },
        {
            "start": 931925175,
            "stop": 931925660
        },
        {
            "start": 931925663,
            "stop": 931925677
        }
    ]
}