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=876
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=877",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=875",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 876,
    "results": [
        {
            "start": 1251079811,
            "stop": 1251079906
        },
        {
            "start": 1251079911,
            "stop": 1251079912
        },
        {
            "start": 1251079916,
            "stop": 1251079946
        },
        {
            "start": 1251079951,
            "stop": 1251079954
        },
        {
            "start": 1251079958,
            "stop": 1251080053
        },
        {
            "start": 1251080056,
            "stop": 1251080066
        },
        {
            "start": 1251080069,
            "stop": 1251080072
        },
        {
            "start": 1251080076,
            "stop": 1251080084
        },
        {
            "start": 1251080089,
            "stop": 1251080173
        },
        {
            "start": 1251080177,
            "stop": 1251080178
        },
        {
            "start": 1251080182,
            "stop": 1251080308
        },
        {
            "start": 1251080313,
            "stop": 1251080730
        },
        {
            "start": 1251088076,
            "stop": 1251088349
        },
        {
            "start": 1251088353,
            "stop": 1251088424
        },
        {
            "start": 1251088427,
            "stop": 1251089674
        },
        {
            "start": 1251089679,
            "stop": 1251090642
        },
        {
            "start": 1251090645,
            "stop": 1251090917
        },
        {
            "start": 1251090921,
            "stop": 1251091650
        },
        {
            "start": 1251091654,
            "stop": 1251091657
        },
        {
            "start": 1251091662,
            "stop": 1251091673
        }
    ]
}