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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT3/segments?format=api&page=112",
    "results_count": 182857,
    "results_per_page": 20,
    "num_pages": 9143,
    "page_number": 113,
    "results": [
        {
            "start": 816943035,
            "stop": 816943065
        },
        {
            "start": 816943126,
            "stop": 816943169
        },
        {
            "start": 816943195,
            "stop": 816943202
        },
        {
            "start": 816943223,
            "stop": 816943225
        },
        {
            "start": 816943246,
            "stop": 816943252
        },
        {
            "start": 816943273,
            "stop": 816943342
        },
        {
            "start": 816943390,
            "stop": 816943442
        },
        {
            "start": 816943463,
            "stop": 816943502
        },
        {
            "start": 816943536,
            "stop": 816943548
        },
        {
            "start": 816943585,
            "stop": 816943605
        },
        {
            "start": 816943608,
            "stop": 816943621
        },
        {
            "start": 816943681,
            "stop": 816943688
        },
        {
            "start": 816943762,
            "stop": 816943768
        },
        {
            "start": 816943799,
            "stop": 816943811
        },
        {
            "start": 816943897,
            "stop": 816944087
        },
        {
            "start": 816944114,
            "stop": 816944228
        },
        {
            "start": 816944265,
            "stop": 816944290
        },
        {
            "start": 816944316,
            "stop": 816944358
        },
        {
            "start": 816944377,
            "stop": 816944402
        },
        {
            "start": 816944459,
            "stop": 816944517
        }
    ]
}