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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=6",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/H1_BURST_CAT3/segments?format=api&page=4",
    "results_count": 4426,
    "results_per_page": 20,
    "num_pages": 222,
    "page_number": 5,
    "results": [
        {
            "start": 1369241742,
            "stop": 1369246564
        },
        {
            "start": 1369254052,
            "stop": 1369254119
        },
        {
            "start": 1369254124,
            "stop": 1369255796
        },
        {
            "start": 1369255991,
            "stop": 1369258164
        },
        {
            "start": 1369258169,
            "stop": 1369261019
        },
        {
            "start": 1369261022,
            "stop": 1369263021
        },
        {
            "start": 1369263026,
            "stop": 1369263105
        },
        {
            "start": 1369263110,
            "stop": 1369263154
        },
        {
            "start": 1369263159,
            "stop": 1369263538
        },
        {
            "start": 1369263543,
            "stop": 1369263622
        },
        {
            "start": 1369263627,
            "stop": 1369263629
        },
        {
            "start": 1369263634,
            "stop": 1369263724
        },
        {
            "start": 1369263729,
            "stop": 1369263732
        },
        {
            "start": 1369263737,
            "stop": 1369263761
        },
        {
            "start": 1369263766,
            "stop": 1369263769
        },
        {
            "start": 1369276031,
            "stop": 1369276864
        },
        {
            "start": 1369276869,
            "stop": 1369281373
        },
        {
            "start": 1369281378,
            "stop": 1369282372
        },
        {
            "start": 1369282375,
            "stop": 1369287486
        },
        {
            "start": 1369287494,
            "stop": 1369287511
        }
    ]
}