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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=339",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT2/segments?format=api&page=337",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 338,
    "results": [
        {
            "start": 1240313150,
            "stop": 1240313934
        },
        {
            "start": 1240313938,
            "stop": 1240314621
        },
        {
            "start": 1240314624,
            "stop": 1240320159
        },
        {
            "start": 1240320163,
            "stop": 1240320460
        },
        {
            "start": 1240320465,
            "stop": 1240322890
        },
        {
            "start": 1240322895,
            "stop": 1240323908
        },
        {
            "start": 1240323913,
            "stop": 1240325328
        },
        {
            "start": 1240325331,
            "stop": 1240325711
        },
        {
            "start": 1240325716,
            "stop": 1240326979
        },
        {
            "start": 1240326982,
            "stop": 1240328986
        },
        {
            "start": 1240328989,
            "stop": 1240330123
        },
        {
            "start": 1240330127,
            "stop": 1240330381
        },
        {
            "start": 1240330384,
            "stop": 1240334262
        },
        {
            "start": 1240334267,
            "stop": 1240334272
        },
        {
            "start": 1240334277,
            "stop": 1240334803
        },
        {
            "start": 1240334808,
            "stop": 1240335394
        },
        {
            "start": 1240335398,
            "stop": 1240337084
        },
        {
            "start": 1240337088,
            "stop": 1240340980
        },
        {
            "start": 1240340984,
            "stop": 1240341346
        },
        {
            "start": 1240341350,
            "stop": 1240341715
        }
    ]
}