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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=9",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=7",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 8,
    "results": [
        {
            "start": 816486341,
            "stop": 816486409
        },
        {
            "start": 816486459,
            "stop": 816486616
        },
        {
            "start": 816486622,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816486731
        },
        {
            "start": 816486739,
            "stop": 816486756
        },
        {
            "start": 816486764,
            "stop": 816486826
        },
        {
            "start": 816486834,
            "stop": 816487172
        },
        {
            "start": 816487178,
            "stop": 816487696
        },
        {
            "start": 816487706,
            "stop": 816487721
        },
        {
            "start": 816487730,
            "stop": 816487763
        },
        {
            "start": 816487779,
            "stop": 816487793
        },
        {
            "start": 816487801,
            "stop": 816487876
        },
        {
            "start": 816487884,
            "stop": 816487899
        },
        {
            "start": 816487907,
            "stop": 816487954
        },
        {
            "start": 816487963,
            "stop": 816487993
        },
        {
            "start": 816488001,
            "stop": 816488042
        },
        {
            "start": 816488050,
            "stop": 816488076
        },
        {
            "start": 816488256,
            "stop": 816488468
        },
        {
            "start": 816493058,
            "stop": 816495407
        },
        {
            "start": 816495415,
            "stop": 816510330
        }
    ]
}