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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=388",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/L1_BURST_CAT3/segments?format=api&page=386",
    "results_count": 9321,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 387,
    "results": [
        {
            "start": 1181064536,
            "stop": 1181074877
        },
        {
            "start": 1181092533,
            "stop": 1181094532
        },
        {
            "start": 1181094536,
            "stop": 1181096326
        },
        {
            "start": 1181096330,
            "stop": 1181107145
        },
        {
            "start": 1181113757,
            "stop": 1181121060
        },
        {
            "start": 1181121064,
            "stop": 1181136384
        },
        {
            "start": 1181136388,
            "stop": 1181138186
        },
        {
            "start": 1181144004,
            "stop": 1181155920
        },
        {
            "start": 1181173207,
            "stop": 1181178453
        },
        {
            "start": 1181178457,
            "stop": 1181196844
        },
        {
            "start": 1181196848,
            "stop": 1181198307
        },
        {
            "start": 1181198311,
            "stop": 1181202548
        },
        {
            "start": 1181202552,
            "stop": 1181204429
        },
        {
            "start": 1181204433,
            "stop": 1181210134
        },
        {
            "start": 1181239270,
            "stop": 1181239304
        },
        {
            "start": 1181239309,
            "stop": 1181239311
        },
        {
            "start": 1181239314,
            "stop": 1181239516
        },
        {
            "start": 1181239517,
            "stop": 1181239518
        },
        {
            "start": 1181239519,
            "stop": 1181239521
        },
        {
            "start": 1181239522,
            "stop": 1181240561
        }
    ]
}