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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29338",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29336",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29337,
    "results": [
        {
            "start": 971245940,
            "stop": 971245944
        },
        {
            "start": 971245946,
            "stop": 971245948
        },
        {
            "start": 971245950,
            "stop": 971245955
        },
        {
            "start": 971245956,
            "stop": 971245960
        },
        {
            "start": 971245962,
            "stop": 971245981
        },
        {
            "start": 971245984,
            "stop": 971245990
        },
        {
            "start": 971245991,
            "stop": 971245999
        },
        {
            "start": 971246002,
            "stop": 971246012
        },
        {
            "start": 971246014,
            "stop": 971246041
        },
        {
            "start": 971246042,
            "stop": 971246044
        },
        {
            "start": 971246046,
            "stop": 971246051
        },
        {
            "start": 971246052,
            "stop": 971246078
        },
        {
            "start": 971246079,
            "stop": 971246096
        },
        {
            "start": 971246098,
            "stop": 971246103
        },
        {
            "start": 971246104,
            "stop": 971246111
        },
        {
            "start": 971246113,
            "stop": 971246115
        },
        {
            "start": 971246116,
            "stop": 971246147
        },
        {
            "start": 971246149,
            "stop": 971246202
        },
        {
            "start": 971246205,
            "stop": 971246208
        },
        {
            "start": 971246210,
            "stop": 971246215
        }
    ]
}