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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=203",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 204,
    "results": [
        {
            "start": 1420757707,
            "stop": 1420757708
        },
        {
            "start": 1420757712,
            "stop": 1420757718
        },
        {
            "start": 1420757719,
            "stop": 1420757724
        },
        {
            "start": 1420757728,
            "stop": 1420757732
        },
        {
            "start": 1420762418,
            "stop": 1420762454
        },
        {
            "start": 1420762458,
            "stop": 1420762474
        },
        {
            "start": 1420762476,
            "stop": 1420762582
        },
        {
            "start": 1420770880,
            "stop": 1420775002
        },
        {
            "start": 1420775010,
            "stop": 1420775123
        },
        {
            "start": 1420775124,
            "stop": 1420777296
        },
        {
            "start": 1420777298,
            "stop": 1420781642
        },
        {
            "start": 1420781650,
            "stop": 1420781682
        },
        {
            "start": 1420781690,
            "stop": 1420781722
        },
        {
            "start": 1420781726,
            "stop": 1420781926
        },
        {
            "start": 1420781946,
            "stop": 1420781952
        },
        {
            "start": 1420781954,
            "stop": 1420781966
        },
        {
            "start": 1420781974,
            "stop": 1420782150
        },
        {
            "start": 1420782162,
            "stop": 1420782376
        },
        {
            "start": 1420782378,
            "stop": 1420782430
        },
        {
            "start": 1420782435,
            "stop": 1420784070
        }
    ]
}