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=148
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=149",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=147",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 148,
    "results": [
        {
            "start": 1373168601,
            "stop": 1373169700
        },
        {
            "start": 1373169702,
            "stop": 1373170140
        },
        {
            "start": 1373170142,
            "stop": 1373171574
        },
        {
            "start": 1373171576,
            "stop": 1373172247
        },
        {
            "start": 1373172249,
            "stop": 1373173769
        },
        {
            "start": 1373173771,
            "stop": 1373174539
        },
        {
            "start": 1373174540,
            "stop": 1373175724
        },
        {
            "start": 1373175725,
            "stop": 1373176397
        },
        {
            "start": 1373176398,
            "stop": 1373177882
        },
        {
            "start": 1373177883,
            "stop": 1373178493
        },
        {
            "start": 1373178495,
            "stop": 1373180023
        },
        {
            "start": 1373180025,
            "stop": 1373180783
        },
        {
            "start": 1373180784,
            "stop": 1373182094
        },
        {
            "start": 1373182096,
            "stop": 1373183041
        },
        {
            "start": 1373183043,
            "stop": 1373184127
        },
        {
            "start": 1373184129,
            "stop": 1373185221
        },
        {
            "start": 1373185223,
            "stop": 1373186347
        },
        {
            "start": 1373186349,
            "stop": 1373186678
        },
        {
            "start": 1373186681,
            "stop": 1373188630
        },
        {
            "start": 1373188632,
            "stop": 1373190493
        }
    ]
}