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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=21",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=19",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 20,
    "results": [
        {
            "start": 817587935,
            "stop": 817587940
        },
        {
            "start": 817587945,
            "stop": 817587952
        },
        {
            "start": 817587958,
            "stop": 817587977
        },
        {
            "start": 817587983,
            "stop": 817591185
        },
        {
            "start": 817591190,
            "stop": 817591210
        },
        {
            "start": 817591218,
            "stop": 817591237
        },
        {
            "start": 817591243,
            "stop": 817592550
        },
        {
            "start": 817594520,
            "stop": 817596450
        },
        {
            "start": 817597348,
            "stop": 817600230
        },
        {
            "start": 817605934,
            "stop": 817606493
        },
        {
            "start": 817606764,
            "stop": 817618110
        },
        {
            "start": 817633929,
            "stop": 817661903
        },
        {
            "start": 817664610,
            "stop": 817672820
        },
        {
            "start": 817672825,
            "stop": 817681090
        },
        {
            "start": 817681095,
            "stop": 817682955
        },
        {
            "start": 817684188,
            "stop": 817687050
        },
        {
            "start": 817688327,
            "stop": 817688563
        },
        {
            "start": 817688565,
            "stop": 817689447
        },
        {
            "start": 817701704,
            "stop": 817707330
        },
        {
            "start": 817708634,
            "stop": 817714726
        }
    ]
}