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=170
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=171",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=169",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 170,
    "results": [
        {
            "start": 865389877,
            "stop": 865465071
        },
        {
            "start": 865465475,
            "stop": 865474642
        },
        {
            "start": 865475485,
            "stop": 865490986
        },
        {
            "start": 865492064,
            "stop": 865542478
        },
        {
            "start": 865543780,
            "stop": 865557035
        },
        {
            "start": 865558373,
            "stop": 865583490
        },
        {
            "start": 865584634,
            "stop": 865613988
        },
        {
            "start": 865616171,
            "stop": 865617256
        },
        {
            "start": 865618141,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865645712
        },
        {
            "start": 865646750,
            "stop": 865668369
        },
        {
            "start": 865670034,
            "stop": 865684221
        },
        {
            "start": 865684433,
            "stop": 865695504
        },
        {
            "start": 865720229,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743319
        },
        {
            "start": 865744591,
            "stop": 865785155
        },
        {
            "start": 865785240,
            "stop": 865793143
        },
        {
            "start": 865793292,
            "stop": 865795314
        },
        {
            "start": 865796505,
            "stop": 865798644
        },
        {
            "start": 865802694,
            "stop": 865807161
        }
    ]
}