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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16759",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16760,
    "results": [
        {
            "start": 875100869,
            "stop": 875100874
        },
        {
            "start": 875100876,
            "stop": 875100887
        },
        {
            "start": 875100894,
            "stop": 875100977
        },
        {
            "start": 875100980,
            "stop": 875101080
        },
        {
            "start": 875101083,
            "stop": 875101119
        },
        {
            "start": 875101123,
            "stop": 875101171
        },
        {
            "start": 875101172,
            "stop": 875101211
        },
        {
            "start": 875101214,
            "stop": 875101219
        },
        {
            "start": 875101222,
            "stop": 875101225
        },
        {
            "start": 875101231,
            "stop": 875101245
        },
        {
            "start": 875101248,
            "stop": 875101256
        },
        {
            "start": 875101259,
            "stop": 875101263
        },
        {
            "start": 875101268,
            "stop": 875101270
        },
        {
            "start": 875101272,
            "stop": 875101274
        },
        {
            "start": 875101275,
            "stop": 875101312
        },
        {
            "start": 875101315,
            "stop": 875101326
        },
        {
            "start": 875101327,
            "stop": 875101330
        },
        {
            "start": 875101331,
            "stop": 875101354
        },
        {
            "start": 875101358,
            "stop": 875101383
        },
        {
            "start": 875101391,
            "stop": 875101392
        }
    ]
}