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=6220
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=6221",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=6219",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 6220,
    "results": [
        {
            "start": 874685778,
            "stop": 874685831
        },
        {
            "start": 874685832,
            "stop": 874685863
        },
        {
            "start": 874685864,
            "stop": 874685891
        },
        {
            "start": 874685892,
            "stop": 874686136
        },
        {
            "start": 874686138,
            "stop": 874686153
        },
        {
            "start": 874686158,
            "stop": 874686160
        },
        {
            "start": 874686163,
            "stop": 874686191
        },
        {
            "start": 874686194,
            "stop": 874686636
        },
        {
            "start": 874686639,
            "stop": 874686749
        },
        {
            "start": 874686752,
            "stop": 874686753
        },
        {
            "start": 874686756,
            "stop": 874687612
        },
        {
            "start": 874687613,
            "stop": 874687628
        },
        {
            "start": 874687629,
            "stop": 874688354
        },
        {
            "start": 874688355,
            "stop": 874688987
        },
        {
            "start": 874688989,
            "stop": 874689100
        },
        {
            "start": 874689102,
            "stop": 874689574
        },
        {
            "start": 874689576,
            "stop": 874689585
        },
        {
            "start": 874689586,
            "stop": 874689862
        },
        {
            "start": 874689863,
            "stop": 874689894
        },
        {
            "start": 874689895,
            "stop": 874689954
        }
    ]
}