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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5196",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5194",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5195,
    "results": [
        {
            "start": 874831546,
            "stop": 874831722
        },
        {
            "start": 874831729,
            "stop": 874831807
        },
        {
            "start": 874831817,
            "stop": 874832247
        },
        {
            "start": 874832254,
            "stop": 874832470
        },
        {
            "start": 874832477,
            "stop": 874832526
        },
        {
            "start": 874832533,
            "stop": 874833252
        },
        {
            "start": 874833259,
            "stop": 874833413
        },
        {
            "start": 874833420,
            "stop": 874833912
        },
        {
            "start": 874833919,
            "stop": 874834242
        },
        {
            "start": 874834249,
            "stop": 874834789
        },
        {
            "start": 874834796,
            "stop": 874835254
        },
        {
            "start": 874835262,
            "stop": 874836193
        },
        {
            "start": 874836200,
            "stop": 874836409
        },
        {
            "start": 874836416,
            "stop": 874836884
        },
        {
            "start": 874836891,
            "stop": 874837748
        },
        {
            "start": 874837755,
            "stop": 874837832
        },
        {
            "start": 874837839,
            "stop": 874838042
        },
        {
            "start": 874838049,
            "stop": 874838724
        },
        {
            "start": 874838731,
            "stop": 874839733
        },
        {
            "start": 874839740,
            "stop": 874841505
        }
    ]
}