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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6220",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6221,
    "results": [
        {
            "start": 874690392,
            "stop": 874690487
        },
        {
            "start": 874690488,
            "stop": 874690681
        },
        {
            "start": 874690682,
            "stop": 874690851
        },
        {
            "start": 874690853,
            "stop": 874690975
        },
        {
            "start": 874690976,
            "stop": 874691348
        },
        {
            "start": 874691349,
            "stop": 874691357
        },
        {
            "start": 874691358,
            "stop": 874691462
        },
        {
            "start": 874691466,
            "stop": 874691770
        },
        {
            "start": 874691771,
            "stop": 874691809
        },
        {
            "start": 874691810,
            "stop": 874691965
        },
        {
            "start": 874691966,
            "stop": 874692142
        },
        {
            "start": 874692144,
            "stop": 874692489
        },
        {
            "start": 874692490,
            "stop": 874692800
        },
        {
            "start": 874692802,
            "stop": 874692817
        },
        {
            "start": 874692818,
            "stop": 874693103
        },
        {
            "start": 874693104,
            "stop": 874693963
        },
        {
            "start": 874694196,
            "stop": 874694245
        },
        {
            "start": 874694246,
            "stop": 874694315
        },
        {
            "start": 874694317,
            "stop": 874694380
        },
        {
            "start": 874694381,
            "stop": 874694758
        }
    ]
}