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=178
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=179",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=177",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 178,
    "results": [
        {
            "start": 1374098310,
            "stop": 1374098615
        },
        {
            "start": 1374098616,
            "stop": 1374098643
        },
        {
            "start": 1374098648,
            "stop": 1374098663
        },
        {
            "start": 1374109350,
            "stop": 1374112125
        },
        {
            "start": 1374112127,
            "stop": 1374112249
        },
        {
            "start": 1374112252,
            "stop": 1374114611
        },
        {
            "start": 1374114613,
            "stop": 1374116237
        },
        {
            "start": 1374116241,
            "stop": 1374116258
        },
        {
            "start": 1374116259,
            "stop": 1374118604
        },
        {
            "start": 1374118606,
            "stop": 1374120623
        },
        {
            "start": 1374120624,
            "stop": 1374122594
        },
        {
            "start": 1374122596,
            "stop": 1374123371
        },
        {
            "start": 1374123374,
            "stop": 1374124783
        },
        {
            "start": 1374124785,
            "stop": 1374127142
        },
        {
            "start": 1374127144,
            "stop": 1374129451
        },
        {
            "start": 1374129452,
            "stop": 1374131510
        },
        {
            "start": 1374131512,
            "stop": 1374133899
        },
        {
            "start": 1374133901,
            "stop": 1374134239
        },
        {
            "start": 1374134242,
            "stop": 1374135558
        },
        {
            "start": 1374135560,
            "stop": 1374137738
        }
    ]
}