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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 17,
    "results": [
        {
            "start": 1369322614,
            "stop": 1369323811
        },
        {
            "start": 1369323813,
            "stop": 1369325018
        },
        {
            "start": 1369325019,
            "stop": 1369325207
        },
        {
            "start": 1369325209,
            "stop": 1369327119
        },
        {
            "start": 1369327121,
            "stop": 1369329297
        },
        {
            "start": 1369329299,
            "stop": 1369331646
        },
        {
            "start": 1369331648,
            "stop": 1369333858
        },
        {
            "start": 1369333861,
            "stop": 1369334129
        },
        {
            "start": 1369334130,
            "stop": 1369336213
        },
        {
            "start": 1369336214,
            "stop": 1369338452
        },
        {
            "start": 1369338454,
            "stop": 1369338554
        },
        {
            "start": 1369338557,
            "stop": 1369350258
        },
        {
            "start": 1369350259,
            "stop": 1369352649
        },
        {
            "start": 1369352650,
            "stop": 1369353344
        },
        {
            "start": 1369353346,
            "stop": 1369357682
        },
        {
            "start": 1369357684,
            "stop": 1369358986
        },
        {
            "start": 1369358989,
            "stop": 1369361436
        },
        {
            "start": 1369361438,
            "stop": 1369362686
        },
        {
            "start": 1369362689,
            "stop": 1369363658
        },
        {
            "start": 1369363660,
            "stop": 1369364464
        }
    ]
}