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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=23",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 24,
    "results": [
        {
            "start": 816618518,
            "stop": 816623216
        },
        {
            "start": 816625941,
            "stop": 816626692
        },
        {
            "start": 816626914,
            "stop": 816627433
        },
        {
            "start": 816627450,
            "stop": 816630067
        },
        {
            "start": 816633130,
            "stop": 816633570
        },
        {
            "start": 816634759,
            "stop": 816635039
        },
        {
            "start": 816635861,
            "stop": 816636897
        },
        {
            "start": 816636973,
            "stop": 816637602
        },
        {
            "start": 816650176,
            "stop": 816652224
        },
        {
            "start": 816652242,
            "stop": 816653344
        },
        {
            "start": 816653361,
            "stop": 816655460
        },
        {
            "start": 816655463,
            "stop": 816656394
        },
        {
            "start": 816656397,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816662445
        },
        {
            "start": 816662462,
            "stop": 816663411
        },
        {
            "start": 816663416,
            "stop": 816667339
        },
        {
            "start": 816667345,
            "stop": 816667349
        },
        {
            "start": 816667353,
            "stop": 816667942
        },
        {
            "start": 816667945,
            "stop": 816668091
        },
        {
            "start": 816668108,
            "stop": 816674748
        }
    ]
}