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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=21",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 22,
    "results": [
        {
            "start": 816484462,
            "stop": 816484633
        },
        {
            "start": 816485606,
            "stop": 816486334
        },
        {
            "start": 816486362,
            "stop": 816486409
        },
        {
            "start": 816486459,
            "stop": 816486616
        },
        {
            "start": 816486643,
            "stop": 816486653
        },
        {
            "start": 816486672,
            "stop": 816486731
        },
        {
            "start": 816486785,
            "stop": 816486826
        },
        {
            "start": 816486855,
            "stop": 816487172
        },
        {
            "start": 816487199,
            "stop": 816487696
        },
        {
            "start": 816487751,
            "stop": 816487763
        },
        {
            "start": 816487822,
            "stop": 816487876
        },
        {
            "start": 816487928,
            "stop": 816487954
        },
        {
            "start": 816487984,
            "stop": 816487993
        },
        {
            "start": 816488022,
            "stop": 816488042
        },
        {
            "start": 816488071,
            "stop": 816488076
        },
        {
            "start": 816488256,
            "stop": 816488413
        },
        {
            "start": 816488466,
            "stop": 816488468
        },
        {
            "start": 816493058,
            "stop": 816495407
        },
        {
            "start": 816495436,
            "stop": 816497310
        },
        {
            "start": 816497550,
            "stop": 816509910
        }
    ]
}