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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=536",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=534",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 535,
    "results": [
        {
            "start": 1264766022,
            "stop": 1264766023
        },
        {
            "start": 1264766024,
            "stop": 1264766196
        },
        {
            "start": 1264766197,
            "stop": 1264766281
        },
        {
            "start": 1264766282,
            "stop": 1264766357
        },
        {
            "start": 1264766359,
            "stop": 1264766361
        },
        {
            "start": 1264766362,
            "stop": 1264766369
        },
        {
            "start": 1264766372,
            "stop": 1264766610
        },
        {
            "start": 1264766615,
            "stop": 1264766657
        },
        {
            "start": 1264766658,
            "stop": 1264766674
        },
        {
            "start": 1264766675,
            "stop": 1264766677
        },
        {
            "start": 1264766678,
            "stop": 1264766680
        },
        {
            "start": 1264766681,
            "stop": 1264766887
        },
        {
            "start": 1264766888,
            "stop": 1264766890
        },
        {
            "start": 1264766891,
            "stop": 1264766892
        },
        {
            "start": 1264766900,
            "stop": 1264766908
        },
        {
            "start": 1264766909,
            "stop": 1264766918
        },
        {
            "start": 1264766922,
            "stop": 1264766924
        },
        {
            "start": 1264766925,
            "stop": 1264766927
        },
        {
            "start": 1264766928,
            "stop": 1264766931
        },
        {
            "start": 1264766933,
            "stop": 1264766934
        }
    ]
}