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=44
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=45",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT3/segments?format=api&page=43",
    "results_count": 106145,
    "results_per_page": 20,
    "num_pages": 5308,
    "page_number": 44,
    "results": [
        {
            "start": 816775393,
            "stop": 816775410
        },
        {
            "start": 816775420,
            "stop": 816775528
        },
        {
            "start": 816821542,
            "stop": 816821564
        },
        {
            "start": 816825524,
            "stop": 816825623
        },
        {
            "start": 816825630,
            "stop": 816825703
        },
        {
            "start": 816825731,
            "stop": 816825793
        },
        {
            "start": 816827265,
            "stop": 816828762
        },
        {
            "start": 816828790,
            "stop": 816830653
        },
        {
            "start": 816830707,
            "stop": 816830708
        },
        {
            "start": 816831356,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816848755
        },
        {
            "start": 816848762,
            "stop": 816851412
        },
        {
            "start": 816851420,
            "stop": 816851504
        },
        {
            "start": 816852661,
            "stop": 816856005
        },
        {
            "start": 816856012,
            "stop": 816856025
        },
        {
            "start": 816856032,
            "stop": 816856045
        },
        {
            "start": 816858141,
            "stop": 816859587
        },
        {
            "start": 816859594,
            "stop": 816859674
        },
        {
            "start": 816859682,
            "stop": 816864073
        },
        {
            "start": 816908980,
            "stop": 816909101
        }
    ]
}