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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=247",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 248,
    "results": [
        {
            "start": 838500236,
            "stop": 838503904
        },
        {
            "start": 838505097,
            "stop": 838507292
        },
        {
            "start": 838507294,
            "stop": 838507852
        },
        {
            "start": 838507854,
            "stop": 838511458
        },
        {
            "start": 838517567,
            "stop": 838518795
        },
        {
            "start": 838518797,
            "stop": 838535238
        },
        {
            "start": 838535240,
            "stop": 838535286
        },
        {
            "start": 838535288,
            "stop": 838537307
        },
        {
            "start": 838537308,
            "stop": 838543130
        },
        {
            "start": 838545004,
            "stop": 838548118
        },
        {
            "start": 838548120,
            "stop": 838550563
        },
        {
            "start": 838550565,
            "stop": 838552505
        },
        {
            "start": 838552507,
            "stop": 838552569
        },
        {
            "start": 838552657,
            "stop": 838554178
        },
        {
            "start": 838554180,
            "stop": 838557690
        },
        {
            "start": 838557691,
            "stop": 838559192
        },
        {
            "start": 838559194,
            "stop": 838559195
        },
        {
            "start": 838559196,
            "stop": 838559804
        },
        {
            "start": 838560743,
            "stop": 838561516
        },
        {
            "start": 838569978,
            "stop": 838570246
        }
    ]
}