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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=127",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCHIGH_CAT4/segments?format=api&page=125",
    "results_count": 320651,
    "results_per_page": 20,
    "num_pages": 16033,
    "page_number": 126,
    "results": [
        {
            "start": 931341699,
            "stop": 931341703
        },
        {
            "start": 931341723,
            "stop": 931341730
        },
        {
            "start": 931341732,
            "stop": 931341733
        },
        {
            "start": 931341735,
            "stop": 931341739
        },
        {
            "start": 931341743,
            "stop": 931341754
        },
        {
            "start": 931341758,
            "stop": 931341759
        },
        {
            "start": 931341763,
            "stop": 931341764
        },
        {
            "start": 931341778,
            "stop": 931341783
        },
        {
            "start": 931341791,
            "stop": 931341792
        },
        {
            "start": 931341806,
            "stop": 931341808
        },
        {
            "start": 931341829,
            "stop": 931341831
        },
        {
            "start": 931341840,
            "stop": 931341841
        },
        {
            "start": 931341844,
            "stop": 931341847
        },
        {
            "start": 931345123,
            "stop": 931345124
        },
        {
            "start": 931345166,
            "stop": 931345167
        },
        {
            "start": 931345196,
            "stop": 931345197
        },
        {
            "start": 931345205,
            "stop": 931345206
        },
        {
            "start": 931345302,
            "stop": 931345304
        },
        {
            "start": 931345418,
            "stop": 931345419
        },
        {
            "start": 931345514,
            "stop": 931345515
        }
    ]
}