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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=205",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 206,
    "results": [
        {
            "start": 1239890592,
            "stop": 1239890711
        },
        {
            "start": 1239890712,
            "stop": 1239890831
        },
        {
            "start": 1239890832,
            "stop": 1239890951
        },
        {
            "start": 1239890952,
            "stop": 1239891071
        },
        {
            "start": 1239891072,
            "stop": 1239891191
        },
        {
            "start": 1239891192,
            "stop": 1239891311
        },
        {
            "start": 1239891312,
            "stop": 1239891431
        },
        {
            "start": 1239891432,
            "stop": 1239891551
        },
        {
            "start": 1239891552,
            "stop": 1239891671
        },
        {
            "start": 1239891672,
            "stop": 1239891679
        },
        {
            "start": 1239891684,
            "stop": 1239891791
        },
        {
            "start": 1239891792,
            "stop": 1239891911
        },
        {
            "start": 1239891912,
            "stop": 1239892031
        },
        {
            "start": 1239892032,
            "stop": 1239892151
        },
        {
            "start": 1239892152,
            "stop": 1239892271
        },
        {
            "start": 1239892272,
            "stop": 1239892391
        },
        {
            "start": 1239892392,
            "stop": 1239892511
        },
        {
            "start": 1239892512,
            "stop": 1239892631
        },
        {
            "start": 1239892632,
            "stop": 1239892751
        },
        {
            "start": 1239892752,
            "stop": 1239892871
        }
    ]
}