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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1072",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=1070",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1071,
    "results": [
        {
            "start": 1136385237,
            "stop": 1136385280
        },
        {
            "start": 1136385283,
            "stop": 1136385296
        },
        {
            "start": 1136385299,
            "stop": 1136385323
        },
        {
            "start": 1136385326,
            "stop": 1136385364
        },
        {
            "start": 1136385367,
            "stop": 1136385449
        },
        {
            "start": 1136385452,
            "stop": 1136385460
        },
        {
            "start": 1136385463,
            "stop": 1136385508
        },
        {
            "start": 1136385511,
            "stop": 1136385560
        },
        {
            "start": 1136385563,
            "stop": 1136385578
        },
        {
            "start": 1136385581,
            "stop": 1136385615
        },
        {
            "start": 1136385618,
            "stop": 1136385635
        },
        {
            "start": 1136385638,
            "stop": 1136385656
        },
        {
            "start": 1136385659,
            "stop": 1136385688
        },
        {
            "start": 1136385691,
            "stop": 1136385701
        },
        {
            "start": 1136385706,
            "stop": 1136385713
        },
        {
            "start": 1136385716,
            "stop": 1136385724
        },
        {
            "start": 1136385727,
            "stop": 1136385746
        },
        {
            "start": 1136385749,
            "stop": 1136385831
        },
        {
            "start": 1136385834,
            "stop": 1136385843
        },
        {
            "start": 1136385846,
            "stop": 1136385921
        }
    ]
}