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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5249",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5247",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5248,
    "results": [
        {
            "start": 1136387184,
            "stop": 1136387225
        },
        {
            "start": 1136387227,
            "stop": 1136387245
        },
        {
            "start": 1136387247,
            "stop": 1136387259
        },
        {
            "start": 1136387261,
            "stop": 1136387282
        },
        {
            "start": 1136387284,
            "stop": 1136387296
        },
        {
            "start": 1136387298,
            "stop": 1136387390
        },
        {
            "start": 1136387394,
            "stop": 1136387415
        },
        {
            "start": 1136387417,
            "stop": 1136387439
        },
        {
            "start": 1136387441,
            "stop": 1136387501
        },
        {
            "start": 1136387505,
            "stop": 1136387558
        },
        {
            "start": 1136387560,
            "stop": 1136387600
        },
        {
            "start": 1136387602,
            "stop": 1136387611
        },
        {
            "start": 1136387613,
            "stop": 1136387621
        },
        {
            "start": 1136387623,
            "stop": 1136387640
        },
        {
            "start": 1136387642,
            "stop": 1136387679
        },
        {
            "start": 1136387681,
            "stop": 1136387726
        },
        {
            "start": 1136387728,
            "stop": 1136387736
        },
        {
            "start": 1136387738,
            "stop": 1136387766
        },
        {
            "start": 1136387768,
            "stop": 1136387783
        },
        {
            "start": 1136387786,
            "stop": 1136387796
        }
    ]
}