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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5183",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5181",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5182,
    "results": [
        {
            "start": 1136271894,
            "stop": 1136271972
        },
        {
            "start": 1136271974,
            "stop": 1136271981
        },
        {
            "start": 1136271983,
            "stop": 1136271984
        },
        {
            "start": 1136271986,
            "stop": 1136272023
        },
        {
            "start": 1136272025,
            "stop": 1136272045
        },
        {
            "start": 1136272047,
            "stop": 1136272056
        },
        {
            "start": 1136272058,
            "stop": 1136272071
        },
        {
            "start": 1136272073,
            "stop": 1136272112
        },
        {
            "start": 1136272114,
            "stop": 1136272138
        },
        {
            "start": 1136272140,
            "stop": 1136272159
        },
        {
            "start": 1136272161,
            "stop": 1136272168
        },
        {
            "start": 1136272170,
            "stop": 1136272235
        },
        {
            "start": 1136272237,
            "stop": 1136272250
        },
        {
            "start": 1136272252,
            "stop": 1136272298
        },
        {
            "start": 1136272300,
            "stop": 1136272335
        },
        {
            "start": 1136272337,
            "stop": 1136272352
        },
        {
            "start": 1136272356,
            "stop": 1136272364
        },
        {
            "start": 1136272366,
            "stop": 1136272368
        },
        {
            "start": 1136272370,
            "stop": 1136272373
        },
        {
            "start": 1136272375,
            "stop": 1136272543
        }
    ]
}