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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16647",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3E/segments?format=api&page=16645",
    "results_count": 336645,
    "results_per_page": 20,
    "num_pages": 16833,
    "page_number": 16646,
    "results": [
        {
            "start": 874826105,
            "stop": 874826116
        },
        {
            "start": 874826117,
            "stop": 874826118
        },
        {
            "start": 874826120,
            "stop": 874826140
        },
        {
            "start": 874826143,
            "stop": 874826156
        },
        {
            "start": 874826162,
            "stop": 874826210
        },
        {
            "start": 874826211,
            "stop": 874826241
        },
        {
            "start": 874826243,
            "stop": 874826263
        },
        {
            "start": 874826264,
            "stop": 874826323
        },
        {
            "start": 874826326,
            "stop": 874826358
        },
        {
            "start": 874826360,
            "stop": 874826362
        },
        {
            "start": 874826364,
            "stop": 874826376
        },
        {
            "start": 874826378,
            "stop": 874826418
        },
        {
            "start": 874826420,
            "stop": 874826421
        },
        {
            "start": 874826423,
            "stop": 874826484
        },
        {
            "start": 874826485,
            "stop": 874826488
        },
        {
            "start": 874826490,
            "stop": 874826560
        },
        {
            "start": 874826561,
            "stop": 874826654
        },
        {
            "start": 874826655,
            "stop": 874826741
        },
        {
            "start": 874826742,
            "stop": 874826776
        },
        {
            "start": 874826777,
            "stop": 874826793
        }
    ]
}