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=16800
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=16801",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16799",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16800,
    "results": [
        {
            "start": 875125000,
            "stop": 875125002
        },
        {
            "start": 875125007,
            "stop": 875125009
        },
        {
            "start": 875125014,
            "stop": 875125037
        },
        {
            "start": 875125038,
            "stop": 875125043
        },
        {
            "start": 875125046,
            "stop": 875125047
        },
        {
            "start": 875125053,
            "stop": 875125055
        },
        {
            "start": 875125058,
            "stop": 875125071
        },
        {
            "start": 875125072,
            "stop": 875125082
        },
        {
            "start": 875125083,
            "stop": 875125118
        },
        {
            "start": 875125120,
            "stop": 875125130
        },
        {
            "start": 875125131,
            "stop": 875125152
        },
        {
            "start": 875125153,
            "stop": 875125158
        },
        {
            "start": 875125160,
            "stop": 875125207
        },
        {
            "start": 875125208,
            "stop": 875125209
        },
        {
            "start": 875125210,
            "stop": 875125263
        },
        {
            "start": 875125267,
            "stop": 875125382
        },
        {
            "start": 875125383,
            "stop": 875125391
        },
        {
            "start": 875125394,
            "stop": 875125399
        },
        {
            "start": 875125401,
            "stop": 875125497
        },
        {
            "start": 875125502,
            "stop": 875125527
        }
    ]
}