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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=176",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 177,
    "results": [
        {
            "start": 931601031,
            "stop": 931601033
        },
        {
            "start": 931601036,
            "stop": 931601041
        },
        {
            "start": 931601053,
            "stop": 931601055
        },
        {
            "start": 931601063,
            "stop": 931601065
        },
        {
            "start": 931601071,
            "stop": 931601074
        },
        {
            "start": 931601082,
            "stop": 931601083
        },
        {
            "start": 931601088,
            "stop": 931601091
        },
        {
            "start": 931601094,
            "stop": 931601095
        },
        {
            "start": 931601107,
            "stop": 931601116
        },
        {
            "start": 931601133,
            "stop": 931601134
        },
        {
            "start": 931601137,
            "stop": 931601147
        },
        {
            "start": 931601151,
            "stop": 931601153
        },
        {
            "start": 931601161,
            "stop": 931601174
        },
        {
            "start": 931601177,
            "stop": 931601197
        },
        {
            "start": 931601200,
            "stop": 931601201
        },
        {
            "start": 931601203,
            "stop": 931601204
        },
        {
            "start": 931601207,
            "stop": 931601208
        },
        {
            "start": 931601214,
            "stop": 931601220
        },
        {
            "start": 931601223,
            "stop": 931601224
        },
        {
            "start": 931601227,
            "stop": 931601230
        }
    ]
}