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=13
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=14",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_CBC_CAT2/segments?format=api&page=12",
    "results_count": 8301,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 13,
    "results": [
        {
            "start": 1169162653,
            "stop": 1169162997
        },
        {
            "start": 1169165766,
            "stop": 1169166729
        },
        {
            "start": 1169166731,
            "stop": 1169169367
        },
        {
            "start": 1169169369,
            "stop": 1169174709
        },
        {
            "start": 1169178282,
            "stop": 1169205165
        },
        {
            "start": 1169209571,
            "stop": 1169226034
        },
        {
            "start": 1169229744,
            "stop": 1169230412
        },
        {
            "start": 1169232699,
            "stop": 1169236699
        },
        {
            "start": 1169236701,
            "stop": 1169239473
        },
        {
            "start": 1169239475,
            "stop": 1169247957
        },
        {
            "start": 1169247959,
            "stop": 1169252236
        },
        {
            "start": 1169252238,
            "stop": 1169252918
        },
        {
            "start": 1169252920,
            "stop": 1169255104
        },
        {
            "start": 1169255106,
            "stop": 1169258103
        },
        {
            "start": 1169258105,
            "stop": 1169258236
        },
        {
            "start": 1169258238,
            "stop": 1169262499
        },
        {
            "start": 1169262501,
            "stop": 1169267601
        },
        {
            "start": 1169267603,
            "stop": 1169270275
        },
        {
            "start": 1169270277,
            "stop": 1169271419
        },
        {
            "start": 1169271421,
            "stop": 1169272948
        }
    ]
}