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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=7",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=5",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 6,
    "results": [
        {
            "start": 816535619,
            "stop": 816540896
        },
        {
            "start": 816542382,
            "stop": 816548611
        },
        {
            "start": 816553621,
            "stop": 816554065
        },
        {
            "start": 816554089,
            "stop": 816563181
        },
        {
            "start": 816564940,
            "stop": 816572183
        },
        {
            "start": 816573266,
            "stop": 816623336
        },
        {
            "start": 816625941,
            "stop": 816626753
        },
        {
            "start": 816626914,
            "stop": 816630187
        },
        {
            "start": 816633130,
            "stop": 816633690
        },
        {
            "start": 816634759,
            "stop": 816635159
        },
        {
            "start": 816635861,
            "stop": 816636938
        },
        {
            "start": 816636954,
            "stop": 816637722
        },
        {
            "start": 816650176,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816674868
        },
        {
            "start": 816676286,
            "stop": 816707756
        },
        {
            "start": 816708380,
            "stop": 816708387
        },
        {
            "start": 816709659,
            "stop": 816710464
        },
        {
            "start": 816776371,
            "stop": 816776380
        },
        {
            "start": 816776409,
            "stop": 816776410
        },
        {
            "start": 816776414,
            "stop": 816776420
        }
    ]
}