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=39
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=40",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT2/segments?format=api&page=38",
    "results_count": 5511,
    "results_per_page": 20,
    "num_pages": 276,
    "page_number": 39,
    "results": [
        {
            "start": 1128468208,
            "stop": 1128473879
        },
        {
            "start": 1128473887,
            "stop": 1128477302
        },
        {
            "start": 1128477309,
            "stop": 1128485824
        },
        {
            "start": 1128485832,
            "stop": 1128490656
        },
        {
            "start": 1128490663,
            "stop": 1128497085
        },
        {
            "start": 1128497093,
            "stop": 1128502754
        },
        {
            "start": 1128502761,
            "stop": 1128505981
        },
        {
            "start": 1128505988,
            "stop": 1128515369
        },
        {
            "start": 1128515376,
            "stop": 1128518732
        },
        {
            "start": 1128518733,
            "stop": 1128526384
        },
        {
            "start": 1128526391,
            "stop": 1128527937
        },
        {
            "start": 1128536518,
            "stop": 1128540607
        },
        {
            "start": 1128540615,
            "stop": 1128546187
        },
        {
            "start": 1128618578,
            "stop": 1128619766
        },
        {
            "start": 1128619773,
            "stop": 1128621836
        },
        {
            "start": 1128621844,
            "stop": 1128634863
        },
        {
            "start": 1128634871,
            "stop": 1128637442
        },
        {
            "start": 1128637449,
            "stop": 1128640098
        },
        {
            "start": 1128640106,
            "stop": 1128641377
        },
        {
            "start": 1128641378,
            "stop": 1128648848
        }
    ]
}