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=149
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=150",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT2/segments?format=api&page=148",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 149,
    "results": [
        {
            "start": 1417967238,
            "stop": 1417968489
        },
        {
            "start": 1417968493,
            "stop": 1417969883
        },
        {
            "start": 1417969886,
            "stop": 1417981317
        },
        {
            "start": 1417981319,
            "stop": 1417981330
        },
        {
            "start": 1417981335,
            "stop": 1417981339
        },
        {
            "start": 1417981342,
            "stop": 1417981363
        },
        {
            "start": 1417981365,
            "stop": 1417981369
        },
        {
            "start": 1417981372,
            "stop": 1417981377
        },
        {
            "start": 1417981381,
            "stop": 1417981383
        },
        {
            "start": 1417981389,
            "stop": 1417981399
        },
        {
            "start": 1417981402,
            "stop": 1417981410
        },
        {
            "start": 1417981414,
            "stop": 1417981435
        },
        {
            "start": 1417981440,
            "stop": 1417981463
        },
        {
            "start": 1417981467,
            "stop": 1417981469
        },
        {
            "start": 1417981472,
            "stop": 1417981482
        },
        {
            "start": 1417981484,
            "stop": 1417981506
        },
        {
            "start": 1417981510,
            "stop": 1417981532
        },
        {
            "start": 1417981534,
            "stop": 1417981544
        },
        {
            "start": 1417981547,
            "stop": 1417981553
        },
        {
            "start": 1417981557,
            "stop": 1417981558
        }
    ]
}