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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=468",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT2/segments?format=api&page=466",
    "results_count": 9439,
    "results_per_page": 20,
    "num_pages": 472,
    "page_number": 467,
    "results": [
        {
            "start": 874358485,
            "stop": 874360393
        },
        {
            "start": 874362690,
            "stop": 874412640
        },
        {
            "start": 874412700,
            "stop": 874424643
        },
        {
            "start": 874424662,
            "stop": 874428113
        },
        {
            "start": 874428180,
            "stop": 874430324
        },
        {
            "start": 874430342,
            "stop": 874436605
        },
        {
            "start": 874438904,
            "stop": 874439910
        },
        {
            "start": 874440353,
            "stop": 874464184
        },
        {
            "start": 874464202,
            "stop": 874468530
        },
        {
            "start": 874468590,
            "stop": 874478542
        },
        {
            "start": 874479060,
            "stop": 874501217
        },
        {
            "start": 874502348,
            "stop": 874502488
        },
        {
            "start": 874502788,
            "stop": 874509832
        },
        {
            "start": 874509851,
            "stop": 874510200
        },
        {
            "start": 874510281,
            "stop": 874513800
        },
        {
            "start": 874515038,
            "stop": 874524619
        },
        {
            "start": 874524919,
            "stop": 874526304
        },
        {
            "start": 874526414,
            "stop": 874527342
        },
        {
            "start": 874527359,
            "stop": 874528453
        },
        {
            "start": 874528753,
            "stop": 874530041
        }
    ]
}