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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=225",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=223",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 224,
    "results": [
        {
            "start": 1136421768,
            "stop": 1136421775
        },
        {
            "start": 1136421786,
            "stop": 1136421795
        },
        {
            "start": 1136421824,
            "stop": 1136421825
        },
        {
            "start": 1136421834,
            "stop": 1136421838
        },
        {
            "start": 1136421841,
            "stop": 1136421855
        },
        {
            "start": 1136421858,
            "stop": 1136421883
        },
        {
            "start": 1136421898,
            "stop": 1136421907
        },
        {
            "start": 1136421910,
            "stop": 1136421917
        },
        {
            "start": 1136421929,
            "stop": 1136421931
        },
        {
            "start": 1136421934,
            "stop": 1136421935
        },
        {
            "start": 1136421939,
            "stop": 1136421940
        },
        {
            "start": 1136421958,
            "stop": 1136421959
        },
        {
            "start": 1136421968,
            "stop": 1136421969
        },
        {
            "start": 1136422020,
            "stop": 1136422023
        },
        {
            "start": 1136422033,
            "stop": 1136422039
        },
        {
            "start": 1136422106,
            "stop": 1136422107
        },
        {
            "start": 1136422293,
            "stop": 1136422306
        },
        {
            "start": 1136422447,
            "stop": 1136422448
        },
        {
            "start": 1136422451,
            "stop": 1136422452
        },
        {
            "start": 1136422462,
            "stop": 1136422463
        }
    ]
}