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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=769",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=767",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 768,
    "results": [
        {
            "start": 1249106539,
            "stop": 1249107829
        },
        {
            "start": 1249107834,
            "stop": 1249109751
        },
        {
            "start": 1249109759,
            "stop": 1249111839
        },
        {
            "start": 1249111844,
            "stop": 1249112504
        },
        {
            "start": 1249112509,
            "stop": 1249116448
        },
        {
            "start": 1249116453,
            "stop": 1249119959
        },
        {
            "start": 1249119964,
            "stop": 1249120987
        },
        {
            "start": 1249120992,
            "stop": 1249122563
        },
        {
            "start": 1249122571,
            "stop": 1249130873
        },
        {
            "start": 1249130876,
            "stop": 1249134617
        },
        {
            "start": 1249157115,
            "stop": 1249158308
        },
        {
            "start": 1249158566,
            "stop": 1249160106
        },
        {
            "start": 1249160111,
            "stop": 1249161128
        },
        {
            "start": 1249161133,
            "stop": 1249161402
        },
        {
            "start": 1249161406,
            "stop": 1249161541
        },
        {
            "start": 1249161545,
            "stop": 1249162884
        },
        {
            "start": 1249162888,
            "stop": 1249171130
        },
        {
            "start": 1249171133,
            "stop": 1249172082
        },
        {
            "start": 1249172085,
            "stop": 1249172341
        },
        {
            "start": 1249172345,
            "stop": 1249176533
        }
    ]
}