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=293
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=294",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=292",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 293,
    "results": [
        {
            "start": 931768024,
            "stop": 931768040
        },
        {
            "start": 931768049,
            "stop": 931768057
        },
        {
            "start": 931768060,
            "stop": 931768063
        },
        {
            "start": 931768067,
            "stop": 931768072
        },
        {
            "start": 931768075,
            "stop": 931768082
        },
        {
            "start": 931768085,
            "stop": 931768097
        },
        {
            "start": 931768100,
            "stop": 931768101
        },
        {
            "start": 931768104,
            "stop": 931768105
        },
        {
            "start": 931768108,
            "stop": 931768112
        },
        {
            "start": 931768117,
            "stop": 931768124
        },
        {
            "start": 931768127,
            "stop": 931768138
        },
        {
            "start": 931768142,
            "stop": 931768146
        },
        {
            "start": 931768153,
            "stop": 931768154
        },
        {
            "start": 931768157,
            "stop": 931768161
        },
        {
            "start": 931768164,
            "stop": 931768166
        },
        {
            "start": 931768169,
            "stop": 931768170
        },
        {
            "start": 931768173,
            "stop": 931768184
        },
        {
            "start": 931768187,
            "stop": 931768195
        },
        {
            "start": 931768198,
            "stop": 931768202
        },
        {
            "start": 931768204,
            "stop": 931768221
        }
    ]
}