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=1135
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=1136",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1134",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1135,
    "results": [
        {
            "start": 1136459182,
            "stop": 1136459210
        },
        {
            "start": 1136459213,
            "stop": 1136459247
        },
        {
            "start": 1136459250,
            "stop": 1136459281
        },
        {
            "start": 1136459284,
            "stop": 1136459317
        },
        {
            "start": 1136459320,
            "stop": 1136459353
        },
        {
            "start": 1136459356,
            "stop": 1136459380
        },
        {
            "start": 1136459383,
            "stop": 1136459419
        },
        {
            "start": 1136459421,
            "stop": 1136459435
        },
        {
            "start": 1136459438,
            "stop": 1136459493
        },
        {
            "start": 1136459497,
            "stop": 1136459554
        },
        {
            "start": 1136459557,
            "stop": 1136460080
        },
        {
            "start": 1136460083,
            "stop": 1136460113
        },
        {
            "start": 1136460116,
            "stop": 1136460134
        },
        {
            "start": 1136460138,
            "stop": 1136460151
        },
        {
            "start": 1136460154,
            "stop": 1136460176
        },
        {
            "start": 1136460179,
            "stop": 1136460198
        },
        {
            "start": 1136460201,
            "stop": 1136460220
        },
        {
            "start": 1136460223,
            "stop": 1136460236
        },
        {
            "start": 1136460239,
            "stop": 1136460248
        },
        {
            "start": 1136460251,
            "stop": 1136460268
        }
    ]
}