Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=310
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=311",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=309",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 310,
    "results": [
        {
            "start": 1175645376,
            "stop": 1175645965
        },
        {
            "start": 1175645967,
            "stop": 1175647021
        },
        {
            "start": 1175647023,
            "stop": 1175648154
        },
        {
            "start": 1175648156,
            "stop": 1175648807
        },
        {
            "start": 1175648809,
            "stop": 1175650127
        },
        {
            "start": 1175650129,
            "stop": 1175650766
        },
        {
            "start": 1175650768,
            "stop": 1175651757
        },
        {
            "start": 1175651759,
            "stop": 1175652442
        },
        {
            "start": 1175652444,
            "stop": 1175653185
        },
        {
            "start": 1175653187,
            "stop": 1175653908
        },
        {
            "start": 1175653910,
            "stop": 1175654414
        },
        {
            "start": 1175654418,
            "stop": 1175654804
        },
        {
            "start": 1175654806,
            "stop": 1175655512
        },
        {
            "start": 1175655514,
            "stop": 1175656208
        },
        {
            "start": 1175656210,
            "stop": 1175656883
        },
        {
            "start": 1175656885,
            "stop": 1175657685
        },
        {
            "start": 1175657687,
            "stop": 1175658673
        },
        {
            "start": 1175658675,
            "stop": 1175658982
        },
        {
            "start": 1175658984,
            "stop": 1175660181
        },
        {
            "start": 1175660183,
            "stop": 1175660257
        }
    ]
}