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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=211",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=209",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 210,
    "results": [
        {
            "start": 933096069,
            "stop": 933096271
        },
        {
            "start": 933096290,
            "stop": 933096314
        },
        {
            "start": 933096315,
            "stop": 933096906
        },
        {
            "start": 933096907,
            "stop": 933096946
        },
        {
            "start": 933096965,
            "stop": 933096995
        },
        {
            "start": 933098578,
            "stop": 933098715
        },
        {
            "start": 933098736,
            "stop": 933098968
        },
        {
            "start": 933098994,
            "stop": 933099152
        },
        {
            "start": 933099153,
            "stop": 933099514
        },
        {
            "start": 933099522,
            "stop": 933099584
        },
        {
            "start": 933099585,
            "stop": 933099650
        },
        {
            "start": 933099655,
            "stop": 933099721
        },
        {
            "start": 933099739,
            "stop": 933099840
        },
        {
            "start": 933099845,
            "stop": 933099856
        },
        {
            "start": 933104079,
            "stop": 933104419
        },
        {
            "start": 933104424,
            "stop": 933105091
        },
        {
            "start": 933105114,
            "stop": 933105116
        },
        {
            "start": 933105134,
            "stop": 933105147
        },
        {
            "start": 933105166,
            "stop": 933105170
        },
        {
            "start": 933105189,
            "stop": 933105537
        }
    ]
}