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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=62",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=60",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 61,
    "results": [
        {
            "start": 826375940,
            "stop": 826376061
        },
        {
            "start": 826411292,
            "stop": 826411483
        },
        {
            "start": 826411648,
            "stop": 826412616
        },
        {
            "start": 826418093,
            "stop": 826429781
        },
        {
            "start": 826430695,
            "stop": 826436982
        },
        {
            "start": 826439304,
            "stop": 826458066
        },
        {
            "start": 826459111,
            "stop": 826463315
        },
        {
            "start": 826465172,
            "stop": 826465588
        },
        {
            "start": 826465793,
            "stop": 826469499
        },
        {
            "start": 826470313,
            "stop": 826471467
        },
        {
            "start": 826474348,
            "stop": 826474385
        },
        {
            "start": 826476074,
            "stop": 826484802
        },
        {
            "start": 826485589,
            "stop": 826489165
        },
        {
            "start": 826489813,
            "stop": 826494516
        },
        {
            "start": 826495610,
            "stop": 826498883
        },
        {
            "start": 826500712,
            "stop": 826500823
        },
        {
            "start": 826500877,
            "stop": 826531624
        },
        {
            "start": 826532171,
            "stop": 826541674
        },
        {
            "start": 826543250,
            "stop": 826548880
        },
        {
            "start": 826551035,
            "stop": 826557486
        }
    ]
}