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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT1/segments?format=api&page=5",
    "results_count": 828,
    "results_per_page": 20,
    "num_pages": 42,
    "page_number": 6,
    "results": [
        {
            "start": 1167764813,
            "stop": 1167768225
        },
        {
            "start": 1167774558,
            "stop": 1167776363
        },
        {
            "start": 1167779841,
            "stop": 1167784089
        },
        {
            "start": 1167791712,
            "stop": 1167794328
        },
        {
            "start": 1167797597,
            "stop": 1167814502
        },
        {
            "start": 1167827417,
            "stop": 1167828892
        },
        {
            "start": 1167832446,
            "stop": 1167836958
        },
        {
            "start": 1167857070,
            "stop": 1167857850
        },
        {
            "start": 1167860944,
            "stop": 1167942126
        },
        {
            "start": 1167951962,
            "stop": 1167953435
        },
        {
            "start": 1168034363,
            "stop": 1168040718
        },
        {
            "start": 1168046720,
            "stop": 1168065430
        },
        {
            "start": 1168076706,
            "stop": 1168078176
        },
        {
            "start": 1168081852,
            "stop": 1168099885
        },
        {
            "start": 1168123405,
            "stop": 1168124418
        },
        {
            "start": 1168127329,
            "stop": 1168147490
        },
        {
            "start": 1168195847,
            "stop": 1168199118
        },
        {
            "start": 1168200320,
            "stop": 1168206318
        },
        {
            "start": 1168207820,
            "stop": 1168208625
        },
        {
            "start": 1168209449,
            "stop": 1168211328
        }
    ]
}