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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=25",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=23",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 24,
    "results": [
        {
            "start": 816368974,
            "stop": 816368986
        },
        {
            "start": 816368996,
            "stop": 816369013
        },
        {
            "start": 816374569,
            "stop": 816375290
        },
        {
            "start": 816375430,
            "stop": 816376430
        },
        {
            "start": 816376510,
            "stop": 816377053
        },
        {
            "start": 816377082,
            "stop": 816377085
        },
        {
            "start": 816383502,
            "stop": 816383508
        },
        {
            "start": 816383535,
            "stop": 816384300
        },
        {
            "start": 816384360,
            "stop": 816384433
        },
        {
            "start": 816386130,
            "stop": 816387170
        },
        {
            "start": 816387250,
            "stop": 816387540
        },
        {
            "start": 816387600,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816389460
        },
        {
            "start": 816389520,
            "stop": 816389640
        },
        {
            "start": 816389700,
            "stop": 816390253
        },
        {
            "start": 816393435,
            "stop": 816393540
        },
        {
            "start": 816393910,
            "stop": 816394140
        },
        {
            "start": 816394200,
            "stop": 816394320
        },
        {
            "start": 816394380,
            "stop": 816394490
        },
        {
            "start": 816397338,
            "stop": 816397370
        }
    ]
}