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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1133",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1131",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1132,
    "results": [
        {
            "start": 1136457685,
            "stop": 1136457710
        },
        {
            "start": 1136457713,
            "stop": 1136457717
        },
        {
            "start": 1136457720,
            "stop": 1136457722
        },
        {
            "start": 1136457725,
            "stop": 1136457746
        },
        {
            "start": 1136457749,
            "stop": 1136457756
        },
        {
            "start": 1136457759,
            "stop": 1136457768
        },
        {
            "start": 1136457771,
            "stop": 1136457777
        },
        {
            "start": 1136457780,
            "stop": 1136457783
        },
        {
            "start": 1136457786,
            "stop": 1136457791
        },
        {
            "start": 1136457794,
            "stop": 1136457800
        },
        {
            "start": 1136457803,
            "stop": 1136457810
        },
        {
            "start": 1136457813,
            "stop": 1136457817
        },
        {
            "start": 1136457823,
            "stop": 1136457833
        },
        {
            "start": 1136457836,
            "stop": 1136457840
        },
        {
            "start": 1136457843,
            "stop": 1136457858
        },
        {
            "start": 1136457861,
            "stop": 1136457877
        },
        {
            "start": 1136457880,
            "stop": 1136457894
        },
        {
            "start": 1136457897,
            "stop": 1136457925
        },
        {
            "start": 1136457928,
            "stop": 1136457936
        },
        {
            "start": 1136457939,
            "stop": 1136457951
        }
    ]
}