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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=386",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=384",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 385,
    "results": [
        {
            "start": 824211609,
            "stop": 824211610
        },
        {
            "start": 824211614,
            "stop": 824211618
        },
        {
            "start": 824211621,
            "stop": 824211641
        },
        {
            "start": 824211645,
            "stop": 824211655
        },
        {
            "start": 824211659,
            "stop": 824211660
        },
        {
            "start": 824211664,
            "stop": 824211689
        },
        {
            "start": 824211693,
            "stop": 824211780
        },
        {
            "start": 824212202,
            "stop": 824212354
        },
        {
            "start": 824212357,
            "stop": 824212407
        },
        {
            "start": 824212411,
            "stop": 824212421
        },
        {
            "start": 824212464,
            "stop": 824212469
        },
        {
            "start": 824212473,
            "stop": 824212479
        },
        {
            "start": 824212483,
            "stop": 824212498
        },
        {
            "start": 824212501,
            "stop": 824212531
        },
        {
            "start": 824212535,
            "stop": 824212661
        },
        {
            "start": 824212675,
            "stop": 824212695
        },
        {
            "start": 824212699,
            "stop": 824212705
        },
        {
            "start": 824212708,
            "stop": 824212728
        },
        {
            "start": 824212732,
            "stop": 824212733
        },
        {
            "start": 824212756,
            "stop": 824212842
        }
    ]
}