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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=152",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 153,
    "results": [
        {
            "start": 1260823080,
            "stop": 1260823772
        },
        {
            "start": 1260823774,
            "stop": 1260823958
        },
        {
            "start": 1260823966,
            "stop": 1260823971
        },
        {
            "start": 1260823973,
            "stop": 1260823999
        },
        {
            "start": 1260824002,
            "stop": 1260824382
        },
        {
            "start": 1260824385,
            "stop": 1260825813
        },
        {
            "start": 1260825816,
            "stop": 1260825838
        },
        {
            "start": 1260825841,
            "stop": 1260825928
        },
        {
            "start": 1260825931,
            "stop": 1260825934
        },
        {
            "start": 1260825939,
            "stop": 1260828424
        },
        {
            "start": 1260828428,
            "stop": 1260828503
        },
        {
            "start": 1260828506,
            "stop": 1260829332
        },
        {
            "start": 1260829337,
            "stop": 1260829704
        },
        {
            "start": 1260829707,
            "stop": 1260829840
        },
        {
            "start": 1260829845,
            "stop": 1260830109
        },
        {
            "start": 1260830112,
            "stop": 1260830131
        },
        {
            "start": 1260830136,
            "stop": 1260830164
        },
        {
            "start": 1260830169,
            "stop": 1260830525
        },
        {
            "start": 1260830528,
            "stop": 1260830547
        },
        {
            "start": 1260830552,
            "stop": 1260830747
        }
    ]
}