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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7128",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=7126",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 7127,
    "results": [
        {
            "start": 874758433,
            "stop": 874758929
        },
        {
            "start": 874758932,
            "stop": 874758976
        },
        {
            "start": 874758977,
            "stop": 874759090
        },
        {
            "start": 874759093,
            "stop": 874759412
        },
        {
            "start": 874759413,
            "stop": 874759538
        },
        {
            "start": 874759541,
            "stop": 874759668
        },
        {
            "start": 874759669,
            "stop": 874759722
        },
        {
            "start": 874759723,
            "stop": 874759751
        },
        {
            "start": 874759755,
            "stop": 874759848
        },
        {
            "start": 874759849,
            "stop": 874759869
        },
        {
            "start": 874759872,
            "stop": 874759903
        },
        {
            "start": 874759904,
            "stop": 874759960
        },
        {
            "start": 874759961,
            "stop": 874760012
        },
        {
            "start": 874760013,
            "stop": 874760179
        },
        {
            "start": 874760181,
            "stop": 874760185
        },
        {
            "start": 874760187,
            "stop": 874760191
        },
        {
            "start": 874760192,
            "stop": 874760209
        },
        {
            "start": 874760210,
            "stop": 874760328
        },
        {
            "start": 874760331,
            "stop": 874760444
        },
        {
            "start": 874760445,
            "stop": 874760519
        }
    ]
}