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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1829",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1827",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1828,
    "results": [
        {
            "start": 1250335991,
            "stop": 1250336768
        },
        {
            "start": 1250336771,
            "stop": 1250336806
        },
        {
            "start": 1250336807,
            "stop": 1250336817
        },
        {
            "start": 1250336819,
            "stop": 1250336843
        },
        {
            "start": 1250336844,
            "stop": 1250336872
        },
        {
            "start": 1250336873,
            "stop": 1250336880
        },
        {
            "start": 1250336881,
            "stop": 1250336909
        },
        {
            "start": 1250336910,
            "stop": 1250337206
        },
        {
            "start": 1250337207,
            "stop": 1250337389
        },
        {
            "start": 1250337393,
            "stop": 1250337397
        },
        {
            "start": 1250337399,
            "stop": 1250337457
        },
        {
            "start": 1250337459,
            "stop": 1250337489
        },
        {
            "start": 1250337490,
            "stop": 1250337538
        },
        {
            "start": 1250337539,
            "stop": 1250337588
        },
        {
            "start": 1250337589,
            "stop": 1250337695
        },
        {
            "start": 1250337698,
            "stop": 1250337714
        },
        {
            "start": 1250337718,
            "stop": 1250337783
        },
        {
            "start": 1250337784,
            "stop": 1250337792
        },
        {
            "start": 1250337794,
            "stop": 1250337859
        },
        {
            "start": 1250337861,
            "stop": 1250337933
        }
    ]
}