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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=295",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=293",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 294,
    "results": [
        {
            "start": 1377621523,
            "stop": 1377622386
        },
        {
            "start": 1377622389,
            "stop": 1377625549
        },
        {
            "start": 1377625551,
            "stop": 1377628328
        },
        {
            "start": 1377628330,
            "stop": 1377628391
        },
        {
            "start": 1377628396,
            "stop": 1377630101
        },
        {
            "start": 1377630103,
            "stop": 1377631140
        },
        {
            "start": 1377631142,
            "stop": 1377633106
        },
        {
            "start": 1377633107,
            "stop": 1377634288
        },
        {
            "start": 1377634290,
            "stop": 1377636233
        },
        {
            "start": 1377636235,
            "stop": 1377636662
        },
        {
            "start": 1377636664,
            "stop": 1377637743
        },
        {
            "start": 1377637744,
            "stop": 1377637927
        },
        {
            "start": 1377665709,
            "stop": 1377665854
        },
        {
            "start": 1377665856,
            "stop": 1377667358
        },
        {
            "start": 1377667359,
            "stop": 1377670236
        },
        {
            "start": 1377670239,
            "stop": 1377671094
        },
        {
            "start": 1377671096,
            "stop": 1377671886
        },
        {
            "start": 1377671888,
            "stop": 1377673430
        },
        {
            "start": 1377673432,
            "stop": 1377674187
        },
        {
            "start": 1377674189,
            "stop": 1377675417
        }
    ]
}