Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=23
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT1/segments?format=api&page=22",
    "results_count": 535,
    "results_per_page": 20,
    "num_pages": 27,
    "page_number": 23,
    "results": [
        {
            "start": 1251136978,
            "stop": 1251154094
        },
        {
            "start": 1251158288,
            "stop": 1251225600
        },
        {
            "start": 1251225707,
            "stop": 1251226964
        },
        {
            "start": 1251227162,
            "stop": 1251287651
        },
        {
            "start": 1251292067,
            "stop": 1251349201
        },
        {
            "start": 1251353031,
            "stop": 1251383998
        },
        {
            "start": 1251386664,
            "stop": 1251389901
        },
        {
            "start": 1251394668,
            "stop": 1251396079
        },
        {
            "start": 1251399688,
            "stop": 1251452692
        },
        {
            "start": 1251454665,
            "stop": 1251500743
        },
        {
            "start": 1251507353,
            "stop": 1251520874
        },
        {
            "start": 1251521139,
            "stop": 1251532168
        },
        {
            "start": 1251538098,
            "stop": 1251554433
        },
        {
            "start": 1251585577,
            "stop": 1251662414
        },
        {
            "start": 1251671182,
            "stop": 1251671708
        },
        {
            "start": 1251678301,
            "stop": 1251697509
        },
        {
            "start": 1251702837,
            "stop": 1251721288
        },
        {
            "start": 1251724365,
            "stop": 1251728645
        },
        {
            "start": 1251731074,
            "stop": 1251731788
        },
        {
            "start": 1251751110,
            "stop": 1251753969
        }
    ]
}