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=241
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=242",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=240",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 241,
    "results": [
        {
            "start": 931676658,
            "stop": 931676659
        },
        {
            "start": 931676662,
            "stop": 931676674
        },
        {
            "start": 931676677,
            "stop": 931676695
        },
        {
            "start": 931676698,
            "stop": 931676708
        },
        {
            "start": 931676713,
            "stop": 931676715
        },
        {
            "start": 931676718,
            "stop": 931676722
        },
        {
            "start": 931676725,
            "stop": 931676731
        },
        {
            "start": 931676738,
            "stop": 931676739
        },
        {
            "start": 931676742,
            "stop": 931676746
        },
        {
            "start": 931676749,
            "stop": 931676759
        },
        {
            "start": 931676762,
            "stop": 931676776
        },
        {
            "start": 931676779,
            "stop": 931676780
        },
        {
            "start": 931676783,
            "stop": 931676789
        },
        {
            "start": 931676792,
            "stop": 931676807
        },
        {
            "start": 931676816,
            "stop": 931676819
        },
        {
            "start": 931676822,
            "stop": 931676826
        },
        {
            "start": 931676832,
            "stop": 931676836
        },
        {
            "start": 931676839,
            "stop": 931676848
        },
        {
            "start": 931676851,
            "stop": 931676854
        },
        {
            "start": 931676857,
            "stop": 931676858
        }
    ]
}