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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 22,
    "results": [
        {
            "start": 1168098545,
            "stop": 1168098584
        },
        {
            "start": 1168098587,
            "stop": 1168098726
        },
        {
            "start": 1168098729,
            "stop": 1168099885
        },
        {
            "start": 1168123405,
            "stop": 1168124418
        },
        {
            "start": 1168127329,
            "stop": 1168128161
        },
        {
            "start": 1168128165,
            "stop": 1168130475
        },
        {
            "start": 1168130479,
            "stop": 1168130739
        },
        {
            "start": 1168130743,
            "stop": 1168134312
        },
        {
            "start": 1168134316,
            "stop": 1168140361
        },
        {
            "start": 1168140365,
            "stop": 1168147490
        },
        {
            "start": 1168195847,
            "stop": 1168199118
        },
        {
            "start": 1168200320,
            "stop": 1168205972
        },
        {
            "start": 1168205975,
            "stop": 1168206318
        },
        {
            "start": 1168207820,
            "stop": 1168208625
        },
        {
            "start": 1168209449,
            "stop": 1168209473
        },
        {
            "start": 1168209477,
            "stop": 1168211325
        },
        {
            "start": 1168217420,
            "stop": 1168227516
        },
        {
            "start": 1168230258,
            "stop": 1168230322
        },
        {
            "start": 1168230326,
            "stop": 1168233844
        },
        {
            "start": 1168233847,
            "stop": 1168243146
        }
    ]
}