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=10
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=11",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=9",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 10,
    "results": [
        {
            "start": 1369149912,
            "stop": 1369149952
        },
        {
            "start": 1369149954,
            "stop": 1369150909
        },
        {
            "start": 1369150914,
            "stop": 1369151191
        },
        {
            "start": 1369151192,
            "stop": 1369152870
        },
        {
            "start": 1369152872,
            "stop": 1369154574
        },
        {
            "start": 1369154576,
            "stop": 1369154942
        },
        {
            "start": 1369154944,
            "stop": 1369156719
        },
        {
            "start": 1369156721,
            "stop": 1369157266
        },
        {
            "start": 1369157268,
            "stop": 1369159016
        },
        {
            "start": 1369159017,
            "stop": 1369159537
        },
        {
            "start": 1369159539,
            "stop": 1369161746
        },
        {
            "start": 1369161748,
            "stop": 1369163864
        },
        {
            "start": 1369163866,
            "stop": 1369166096
        },
        {
            "start": 1369166098,
            "stop": 1369169373
        },
        {
            "start": 1369169374,
            "stop": 1369170086
        },
        {
            "start": 1369170088,
            "stop": 1369172568
        },
        {
            "start": 1369172573,
            "stop": 1369173942
        },
        {
            "start": 1369173943,
            "stop": 1369176996
        },
        {
            "start": 1369180494,
            "stop": 1369180637
        },
        {
            "start": 1369180640,
            "stop": 1369181659
        }
    ]
}