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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7613",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=7611",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 7612,
    "results": [
        {
            "start": 970738918,
            "stop": 970739603
        },
        {
            "start": 970739606,
            "stop": 970739630
        },
        {
            "start": 970739633,
            "stop": 970739807
        },
        {
            "start": 970739811,
            "stop": 970739846
        },
        {
            "start": 970739849,
            "stop": 970739856
        },
        {
            "start": 970739859,
            "stop": 970739869
        },
        {
            "start": 970739872,
            "stop": 970740014
        },
        {
            "start": 970740025,
            "stop": 970741145
        },
        {
            "start": 970741148,
            "stop": 970742796
        },
        {
            "start": 970742799,
            "stop": 970742872
        },
        {
            "start": 970742875,
            "stop": 970742981
        },
        {
            "start": 970742986,
            "stop": 970743358
        },
        {
            "start": 970743361,
            "stop": 970743401
        },
        {
            "start": 970743404,
            "stop": 970744036
        },
        {
            "start": 970744039,
            "stop": 970744484
        },
        {
            "start": 970744487,
            "stop": 970744686
        },
        {
            "start": 970744689,
            "stop": 970744916
        },
        {
            "start": 970744919,
            "stop": 970745246
        },
        {
            "start": 970745249,
            "stop": 970745502
        },
        {
            "start": 970745505,
            "stop": 970745532
        }
    ]
}