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=522
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=523",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=521",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 522,
    "results": [
        {
            "start": 1264719643,
            "stop": 1264719646
        },
        {
            "start": 1264719647,
            "stop": 1264719648
        },
        {
            "start": 1264719649,
            "stop": 1264719650
        },
        {
            "start": 1264719652,
            "stop": 1264719656
        },
        {
            "start": 1264719657,
            "stop": 1264719661
        },
        {
            "start": 1264719662,
            "stop": 1264719687
        },
        {
            "start": 1264719688,
            "stop": 1264719802
        },
        {
            "start": 1264719804,
            "stop": 1264719805
        },
        {
            "start": 1264719810,
            "stop": 1264719813
        },
        {
            "start": 1264719816,
            "stop": 1264719819
        },
        {
            "start": 1264719823,
            "stop": 1264719824
        },
        {
            "start": 1264719825,
            "stop": 1264719828
        },
        {
            "start": 1264719829,
            "stop": 1264719830
        },
        {
            "start": 1264719832,
            "stop": 1264719834
        },
        {
            "start": 1264719840,
            "stop": 1264719872
        },
        {
            "start": 1264719877,
            "stop": 1264719884
        },
        {
            "start": 1264719885,
            "stop": 1264719908
        },
        {
            "start": 1264719909,
            "stop": 1264720084
        },
        {
            "start": 1264720085,
            "stop": 1264720090
        },
        {
            "start": 1264720091,
            "stop": 1264720370
        }
    ]
}