Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5023
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5024",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5022",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5023,
    "results": [
        {
            "start": 874559716,
            "stop": 874559761
        },
        {
            "start": 874559768,
            "stop": 874559785
        },
        {
            "start": 874559793,
            "stop": 874559841
        },
        {
            "start": 874559856,
            "stop": 874559914
        },
        {
            "start": 874559921,
            "stop": 874559973
        },
        {
            "start": 874559980,
            "stop": 874559982
        },
        {
            "start": 874559990,
            "stop": 874560110
        },
        {
            "start": 874560117,
            "stop": 874560131
        },
        {
            "start": 874560138,
            "stop": 874560209
        },
        {
            "start": 874560216,
            "stop": 874560245
        },
        {
            "start": 874560253,
            "stop": 874560265
        },
        {
            "start": 874560273,
            "stop": 874560278
        },
        {
            "start": 874560285,
            "stop": 874560361
        },
        {
            "start": 874560369,
            "stop": 874560504
        },
        {
            "start": 874560517,
            "stop": 874560559
        },
        {
            "start": 874560566,
            "stop": 874560597
        },
        {
            "start": 874560605,
            "stop": 874560615
        },
        {
            "start": 874560625,
            "stop": 874560678
        },
        {
            "start": 874560686,
            "stop": 874560694
        },
        {
            "start": 874560701,
            "stop": 874560707
        }
    ]
}