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=225
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=226",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=224",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 225,
    "results": [
        {
            "start": 836308437,
            "stop": 836314357
        },
        {
            "start": 836316198,
            "stop": 836317080
        },
        {
            "start": 836317235,
            "stop": 836318206
        },
        {
            "start": 836318208,
            "stop": 836323656
        },
        {
            "start": 836324023,
            "stop": 836330107
        },
        {
            "start": 836330267,
            "stop": 836333978
        },
        {
            "start": 836334052,
            "stop": 836334717
        },
        {
            "start": 836337199,
            "stop": 836338807
        },
        {
            "start": 836338809,
            "stop": 836353160
        },
        {
            "start": 836353161,
            "stop": 836353165
        },
        {
            "start": 836353170,
            "stop": 836353176
        },
        {
            "start": 836353179,
            "stop": 836353183
        },
        {
            "start": 836353185,
            "stop": 836353361
        },
        {
            "start": 836353363,
            "stop": 836376267
        },
        {
            "start": 836376450,
            "stop": 836377950
        },
        {
            "start": 836377953,
            "stop": 836378071
        },
        {
            "start": 836378072,
            "stop": 836378262
        },
        {
            "start": 836378264,
            "stop": 836378288
        },
        {
            "start": 836379290,
            "stop": 836393091
        },
        {
            "start": 836393843,
            "stop": 836422751
        }
    ]
}