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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=643",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=641",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 642,
    "results": [
        {
            "start": 1247690736,
            "stop": 1247690836
        },
        {
            "start": 1247690837,
            "stop": 1247690872
        },
        {
            "start": 1247690876,
            "stop": 1247690952
        },
        {
            "start": 1247690962,
            "stop": 1247691032
        },
        {
            "start": 1247691038,
            "stop": 1247691074
        },
        {
            "start": 1247691075,
            "stop": 1247691115
        },
        {
            "start": 1247691116,
            "stop": 1247691124
        },
        {
            "start": 1247691125,
            "stop": 1247691466
        },
        {
            "start": 1247691467,
            "stop": 1247691592
        },
        {
            "start": 1247691593,
            "stop": 1247691673
        },
        {
            "start": 1247691677,
            "stop": 1247691678
        },
        {
            "start": 1247691679,
            "stop": 1247691682
        },
        {
            "start": 1247691683,
            "stop": 1247691805
        },
        {
            "start": 1247691810,
            "stop": 1247691813
        },
        {
            "start": 1247691815,
            "stop": 1247691816
        },
        {
            "start": 1247691817,
            "stop": 1247691860
        },
        {
            "start": 1247691865,
            "stop": 1247691866
        },
        {
            "start": 1247691867,
            "stop": 1247691868
        },
        {
            "start": 1247691869,
            "stop": 1247692060
        },
        {
            "start": 1247692065,
            "stop": 1247692068
        }
    ]
}