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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=663",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=661",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 662,
    "results": [
        {
            "start": 850281685,
            "stop": 850282693
        },
        {
            "start": 850284828,
            "stop": 850285086
        },
        {
            "start": 850285092,
            "stop": 850285101
        },
        {
            "start": 850285104,
            "stop": 850285111
        },
        {
            "start": 850285166,
            "stop": 850287949
        },
        {
            "start": 850287966,
            "stop": 850287995
        },
        {
            "start": 850288002,
            "stop": 850288011
        },
        {
            "start": 850288025,
            "stop": 850288029
        },
        {
            "start": 850288032,
            "stop": 850288033
        },
        {
            "start": 850288036,
            "stop": 850291360
        },
        {
            "start": 850291370,
            "stop": 850294399
        },
        {
            "start": 850294469,
            "stop": 850294477
        },
        {
            "start": 850294485,
            "stop": 850303838
        },
        {
            "start": 850303891,
            "stop": 850303926
        },
        {
            "start": 850303929,
            "stop": 850303932
        },
        {
            "start": 850303939,
            "stop": 850306857
        },
        {
            "start": 850306881,
            "stop": 850310147
        },
        {
            "start": 850310173,
            "stop": 850313348
        },
        {
            "start": 850313365,
            "stop": 850316680
        },
        {
            "start": 850316727,
            "stop": 850316755
        }
    ]
}