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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=147",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 148,
    "results": [
        {
            "start": 1417540842,
            "stop": 1417543994
        },
        {
            "start": 1417543999,
            "stop": 1417545317
        },
        {
            "start": 1417545321,
            "stop": 1417552390
        },
        {
            "start": 1417552393,
            "stop": 1417561639
        },
        {
            "start": 1417561642,
            "stop": 1417561766
        },
        {
            "start": 1417561768,
            "stop": 1417563824
        },
        {
            "start": 1417563825,
            "stop": 1417585591
        },
        {
            "start": 1417585594,
            "stop": 1417588078
        },
        {
            "start": 1417615064,
            "stop": 1417615334
        },
        {
            "start": 1417615336,
            "stop": 1417635023
        },
        {
            "start": 1417636727,
            "stop": 1417639199
        },
        {
            "start": 1417645407,
            "stop": 1417649060
        },
        {
            "start": 1417712363,
            "stop": 1417723103
        },
        {
            "start": 1417723581,
            "stop": 1417723731
        },
        {
            "start": 1417828592,
            "stop": 1417841230
        },
        {
            "start": 1417841234,
            "stop": 1417866487
        },
        {
            "start": 1417866489,
            "stop": 1417877163
        },
        {
            "start": 1417877166,
            "stop": 1417877438
        },
        {
            "start": 1417902457,
            "stop": 1417922664
        },
        {
            "start": 1417922669,
            "stop": 1417934686
        }
    ]
}