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=215
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=216",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=214",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 215,
    "results": [
        {
            "start": 1239911112,
            "stop": 1239911210
        },
        {
            "start": 1239911212,
            "stop": 1239911350
        },
        {
            "start": 1239911352,
            "stop": 1239911470
        },
        {
            "start": 1239911472,
            "stop": 1239911590
        },
        {
            "start": 1239911592,
            "stop": 1239911710
        },
        {
            "start": 1239911712,
            "stop": 1239911830
        },
        {
            "start": 1239911832,
            "stop": 1239911950
        },
        {
            "start": 1239911952,
            "stop": 1239912070
        },
        {
            "start": 1239912072,
            "stop": 1239912190
        },
        {
            "start": 1239912192,
            "stop": 1239912310
        },
        {
            "start": 1239912312,
            "stop": 1239912430
        },
        {
            "start": 1239912432,
            "stop": 1239912550
        },
        {
            "start": 1239912552,
            "stop": 1239912670
        },
        {
            "start": 1239912672,
            "stop": 1239912790
        },
        {
            "start": 1239912792,
            "stop": 1239912910
        },
        {
            "start": 1239912912,
            "stop": 1239913030
        },
        {
            "start": 1239913032,
            "stop": 1239913150
        },
        {
            "start": 1239913152,
            "stop": 1239913270
        },
        {
            "start": 1239913272,
            "stop": 1239913390
        },
        {
            "start": 1239913392,
            "stop": 1239913510
        }
    ]
}