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=887
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=888",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=886",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 887,
    "results": [
        {
            "start": 1251231093,
            "stop": 1251231475
        },
        {
            "start": 1251231479,
            "stop": 1251231571
        },
        {
            "start": 1251231575,
            "stop": 1251231738
        },
        {
            "start": 1251231742,
            "stop": 1251231774
        },
        {
            "start": 1251231778,
            "stop": 1251231831
        },
        {
            "start": 1251231835,
            "stop": 1251231885
        },
        {
            "start": 1251231888,
            "stop": 1251233193
        },
        {
            "start": 1251233198,
            "stop": 1251233204
        },
        {
            "start": 1251233209,
            "stop": 1251233366
        },
        {
            "start": 1251233370,
            "stop": 1251233531
        },
        {
            "start": 1251233535,
            "stop": 1251234439
        },
        {
            "start": 1251234443,
            "stop": 1251234689
        },
        {
            "start": 1251234693,
            "stop": 1251235025
        },
        {
            "start": 1251235029,
            "stop": 1251236063
        },
        {
            "start": 1251236067,
            "stop": 1251236708
        },
        {
            "start": 1251236711,
            "stop": 1251236859
        },
        {
            "start": 1251236863,
            "stop": 1251237281
        },
        {
            "start": 1251237285,
            "stop": 1251238352
        },
        {
            "start": 1251238356,
            "stop": 1251240010
        },
        {
            "start": 1251240014,
            "stop": 1251240338
        }
    ]
}