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=136
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=137",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=135",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 136,
    "results": [
        {
            "start": 1131164633,
            "stop": 1131164690
        },
        {
            "start": 1131164691,
            "stop": 1131164708
        },
        {
            "start": 1131164709,
            "stop": 1131164710
        },
        {
            "start": 1131164711,
            "stop": 1131164728
        },
        {
            "start": 1131164729,
            "stop": 1131164755
        },
        {
            "start": 1131164756,
            "stop": 1131164762
        },
        {
            "start": 1131164763,
            "stop": 1131164775
        },
        {
            "start": 1131164776,
            "stop": 1131164785
        },
        {
            "start": 1131164786,
            "stop": 1131164792
        },
        {
            "start": 1131164793,
            "stop": 1131164883
        },
        {
            "start": 1131164884,
            "stop": 1131164890
        },
        {
            "start": 1131164891,
            "stop": 1131164971
        },
        {
            "start": 1131164972,
            "stop": 1131164983
        },
        {
            "start": 1131164984,
            "stop": 1131165016
        },
        {
            "start": 1131165017,
            "stop": 1131165063
        },
        {
            "start": 1131165064,
            "stop": 1131165088
        },
        {
            "start": 1131165089,
            "stop": 1131165144
        },
        {
            "start": 1131165145,
            "stop": 1131165154
        },
        {
            "start": 1131165155,
            "stop": 1131165160
        },
        {
            "start": 1131165161,
            "stop": 1131165162
        }
    ]
}