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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=17",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 18,
    "results": [
        {
            "start": 815993561,
            "stop": 815995776
        },
        {
            "start": 815995808,
            "stop": 815996220
        },
        {
            "start": 815996340,
            "stop": 815999291
        },
        {
            "start": 816000300,
            "stop": 816001175
        },
        {
            "start": 816001178,
            "stop": 816001620
        },
        {
            "start": 816001680,
            "stop": 816002413
        },
        {
            "start": 816003093,
            "stop": 816003180
        },
        {
            "start": 816006191,
            "stop": 816007969
        },
        {
            "start": 816007972,
            "stop": 816008452
        },
        {
            "start": 816008456,
            "stop": 816008493
        },
        {
            "start": 816017494,
            "stop": 816017760
        },
        {
            "start": 816017820,
            "stop": 816017940
        },
        {
            "start": 816018000,
            "stop": 816018420
        },
        {
            "start": 816018480,
            "stop": 816018600
        },
        {
            "start": 816018720,
            "stop": 816018900
        },
        {
            "start": 816018960,
            "stop": 816019140
        },
        {
            "start": 816054956,
            "stop": 816055149
        },
        {
            "start": 816055152,
            "stop": 816056880
        },
        {
            "start": 816056940,
            "stop": 816057074
        },
        {
            "start": 816057194,
            "stop": 816059059
        }
    ]
}