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=34
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=35",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=33",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 34,
    "results": [
        {
            "start": 1169494640,
            "stop": 1169494726
        },
        {
            "start": 1169494730,
            "stop": 1169494899
        },
        {
            "start": 1169498395,
            "stop": 1169499533
        },
        {
            "start": 1169499536,
            "stop": 1169502455
        },
        {
            "start": 1169502458,
            "stop": 1169502568
        },
        {
            "start": 1169502571,
            "stop": 1169504406
        },
        {
            "start": 1169504409,
            "stop": 1169504813
        },
        {
            "start": 1169504816,
            "stop": 1169506082
        },
        {
            "start": 1169506085,
            "stop": 1169506524
        },
        {
            "start": 1169506527,
            "stop": 1169513433
        },
        {
            "start": 1169513437,
            "stop": 1169520917
        },
        {
            "start": 1169520920,
            "stop": 1169521889
        },
        {
            "start": 1169521892,
            "stop": 1169523787
        },
        {
            "start": 1169523790,
            "stop": 1169529381
        },
        {
            "start": 1169529384,
            "stop": 1169531017
        },
        {
            "start": 1169531020,
            "stop": 1169533293
        },
        {
            "start": 1169533296,
            "stop": 1169535358
        },
        {
            "start": 1169535362,
            "stop": 1169536483
        },
        {
            "start": 1169536486,
            "stop": 1169542246
        },
        {
            "start": 1169542249,
            "stop": 1169549195
        }
    ]
}