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_CBC_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/O2/timelines/H1_CBC_CAT2/segments?format=api&page=40",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=38",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 39,
    "results": [
        {
            "start": 1172701790,
            "stop": 1172701791
        },
        {
            "start": 1172701805,
            "stop": 1172701822
        },
        {
            "start": 1172701824,
            "stop": 1172701825
        },
        {
            "start": 1172701827,
            "stop": 1172701828
        },
        {
            "start": 1172701829,
            "stop": 1172701831
        },
        {
            "start": 1172701832,
            "stop": 1172701833
        },
        {
            "start": 1172701834,
            "stop": 1172701840
        },
        {
            "start": 1172701841,
            "stop": 1172701842
        },
        {
            "start": 1172701843,
            "stop": 1172701995
        },
        {
            "start": 1172702001,
            "stop": 1172709598
        },
        {
            "start": 1172712319,
            "stop": 1172724659
        },
        {
            "start": 1172728123,
            "stop": 1172732295
        },
        {
            "start": 1172735065,
            "stop": 1172740729
        },
        {
            "start": 1172746631,
            "stop": 1172746686
        },
        {
            "start": 1172753092,
            "stop": 1172758311
        },
        {
            "start": 1172759186,
            "stop": 1172782027
        },
        {
            "start": 1172782029,
            "stop": 1172786475
        },
        {
            "start": 1172787085,
            "stop": 1172787250
        },
        {
            "start": 1172787251,
            "stop": 1172792007
        },
        {
            "start": 1172798629,
            "stop": 1172799756
        }
    ]
}