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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=321",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=319",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 320,
    "results": [
        {
            "start": 1378483926,
            "stop": 1378484538
        },
        {
            "start": 1378484539,
            "stop": 1378485285
        },
        {
            "start": 1378485288,
            "stop": 1378485864
        },
        {
            "start": 1378485865,
            "stop": 1378488729
        },
        {
            "start": 1378488733,
            "stop": 1378489268
        },
        {
            "start": 1378489270,
            "stop": 1378489658
        },
        {
            "start": 1378489659,
            "stop": 1378490884
        },
        {
            "start": 1378490887,
            "stop": 1378495121
        },
        {
            "start": 1378495122,
            "stop": 1378497008
        },
        {
            "start": 1378498040,
            "stop": 1378498723
        },
        {
            "start": 1378498725,
            "stop": 1378499569
        },
        {
            "start": 1378499570,
            "stop": 1378502024
        },
        {
            "start": 1378502026,
            "stop": 1378503146
        },
        {
            "start": 1378503148,
            "stop": 1378504575
        },
        {
            "start": 1378504577,
            "stop": 1378505717
        },
        {
            "start": 1378505719,
            "stop": 1378505813
        },
        {
            "start": 1378511108,
            "stop": 1378513434
        },
        {
            "start": 1378513436,
            "stop": 1378515570
        },
        {
            "start": 1378515575,
            "stop": 1378516665
        },
        {
            "start": 1378516667,
            "stop": 1378517928
        }
    ]
}