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=5173
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=5174",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5172",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5173,
    "results": [
        {
            "start": 1136267640,
            "stop": 1136267663
        },
        {
            "start": 1136267665,
            "stop": 1136267678
        },
        {
            "start": 1136267682,
            "stop": 1136267692
        },
        {
            "start": 1136267695,
            "stop": 1136267728
        },
        {
            "start": 1136267730,
            "stop": 1136267753
        },
        {
            "start": 1136267755,
            "stop": 1136267767
        },
        {
            "start": 1136267769,
            "stop": 1136267776
        },
        {
            "start": 1136267778,
            "stop": 1136267789
        },
        {
            "start": 1136267791,
            "stop": 1136267797
        },
        {
            "start": 1136267800,
            "stop": 1136267809
        },
        {
            "start": 1136267811,
            "stop": 1136267813
        },
        {
            "start": 1136267815,
            "stop": 1136267843
        },
        {
            "start": 1136267845,
            "stop": 1136267855
        },
        {
            "start": 1136267857,
            "stop": 1136267886
        },
        {
            "start": 1136268118,
            "stop": 1136268122
        },
        {
            "start": 1136268124,
            "stop": 1136268147
        },
        {
            "start": 1136268149,
            "stop": 1136268161
        },
        {
            "start": 1136268163,
            "stop": 1136268177
        },
        {
            "start": 1136268179,
            "stop": 1136268191
        },
        {
            "start": 1136268193,
            "stop": 1136268198
        }
    ]
}