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=27
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=28",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=26",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 27,
    "results": [
        {
            "start": 1168491509,
            "stop": 1168494183
        },
        {
            "start": 1168494186,
            "stop": 1168494364
        },
        {
            "start": 1168494368,
            "stop": 1168503265
        },
        {
            "start": 1168503721,
            "stop": 1168508715
        },
        {
            "start": 1168508719,
            "stop": 1168510582
        },
        {
            "start": 1168645757,
            "stop": 1168646909
        },
        {
            "start": 1168647715,
            "stop": 1168648381
        },
        {
            "start": 1168648385,
            "stop": 1168648612
        },
        {
            "start": 1168650301,
            "stop": 1168651600
        },
        {
            "start": 1168652841,
            "stop": 1168657573
        },
        {
            "start": 1168657576,
            "stop": 1168661389
        },
        {
            "start": 1168661393,
            "stop": 1168661888
        },
        {
            "start": 1168661892,
            "stop": 1168668969
        },
        {
            "start": 1168688756,
            "stop": 1168692544
        },
        {
            "start": 1168692785,
            "stop": 1168695812
        },
        {
            "start": 1168807998,
            "stop": 1168814601
        },
        {
            "start": 1168814605,
            "stop": 1168814862
        },
        {
            "start": 1168814866,
            "stop": 1168815086
        },
        {
            "start": 1168815089,
            "stop": 1168817473
        },
        {
            "start": 1168825167,
            "stop": 1168825873
        }
    ]
}