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=161
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=162",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT3/segments?format=api&page=160",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 161,
    "results": [
        {
            "start": 1373558312,
            "stop": 1373559552
        },
        {
            "start": 1373559553,
            "stop": 1373560063
        },
        {
            "start": 1373560065,
            "stop": 1373561926
        },
        {
            "start": 1373561928,
            "stop": 1373562375
        },
        {
            "start": 1373562376,
            "stop": 1373563834
        },
        {
            "start": 1373563835,
            "stop": 1373564305
        },
        {
            "start": 1373564307,
            "stop": 1373566874
        },
        {
            "start": 1373566875,
            "stop": 1373567916
        },
        {
            "start": 1373567918,
            "stop": 1373568881
        },
        {
            "start": 1373568884,
            "stop": 1373568981
        },
        {
            "start": 1373568983,
            "stop": 1373569843
        },
        {
            "start": 1373569844,
            "stop": 1373570995
        },
        {
            "start": 1373575415,
            "stop": 1373575491
        },
        {
            "start": 1373575493,
            "stop": 1373575692
        },
        {
            "start": 1373575695,
            "stop": 1373575735
        },
        {
            "start": 1373575738,
            "stop": 1373575839
        },
        {
            "start": 1373575842,
            "stop": 1373575892
        },
        {
            "start": 1373575896,
            "stop": 1373575972
        },
        {
            "start": 1373575977,
            "stop": 1373576066
        },
        {
            "start": 1373576069,
            "stop": 1373576232
        }
    ]
}