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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8092",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=8090",
    "results_count": 168343,
    "results_per_page": 20,
    "num_pages": 8418,
    "page_number": 8091,
    "results": [
        {
            "start": 872502047,
            "stop": 872502168
        },
        {
            "start": 872502199,
            "stop": 872502231
        },
        {
            "start": 872502252,
            "stop": 872502263
        },
        {
            "start": 872502284,
            "stop": 872502570
        },
        {
            "start": 872502604,
            "stop": 872502792
        },
        {
            "start": 872502811,
            "stop": 872503072
        },
        {
            "start": 872503089,
            "stop": 872503184
        },
        {
            "start": 872503203,
            "stop": 872503210
        },
        {
            "start": 872503227,
            "stop": 872503311
        },
        {
            "start": 872503328,
            "stop": 872504464
        },
        {
            "start": 872504483,
            "stop": 872504781
        },
        {
            "start": 872504812,
            "stop": 872504826
        },
        {
            "start": 872504859,
            "stop": 872505073
        },
        {
            "start": 872505090,
            "stop": 872505382
        },
        {
            "start": 872505399,
            "stop": 872506223
        },
        {
            "start": 872506243,
            "stop": 872506858
        },
        {
            "start": 872506875,
            "stop": 872507831
        },
        {
            "start": 872507848,
            "stop": 872508133
        },
        {
            "start": 872508150,
            "stop": 872508448
        },
        {
            "start": 872508467,
            "stop": 872508745
        }
    ]
}