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/O4b/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/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=154",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=152",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 153,
    "results": [
        {
            "start": 1418367549,
            "stop": 1418371100
        },
        {
            "start": 1418371105,
            "stop": 1418377672
        },
        {
            "start": 1418377675,
            "stop": 1418380208
        },
        {
            "start": 1418380213,
            "stop": 1418392828
        },
        {
            "start": 1418392833,
            "stop": 1418400352
        },
        {
            "start": 1418400357,
            "stop": 1418402088
        },
        {
            "start": 1418414872,
            "stop": 1418421654
        },
        {
            "start": 1418421659,
            "stop": 1418430362
        },
        {
            "start": 1418430367,
            "stop": 1418432318
        },
        {
            "start": 1418432323,
            "stop": 1418435422
        },
        {
            "start": 1418435426,
            "stop": 1418436330
        },
        {
            "start": 1418452713,
            "stop": 1418452961
        },
        {
            "start": 1418452966,
            "stop": 1418456163
        },
        {
            "start": 1418456168,
            "stop": 1418465302
        },
        {
            "start": 1418465304,
            "stop": 1418466432
        },
        {
            "start": 1418466435,
            "stop": 1418472662
        },
        {
            "start": 1418472667,
            "stop": 1418475682
        },
        {
            "start": 1418475687,
            "stop": 1418482253
        },
        {
            "start": 1418506090,
            "stop": 1418518561
        },
        {
            "start": 1418518563,
            "stop": 1418523896
        }
    ]
}