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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=24",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=22",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 23,
    "results": [
        {
            "start": 816367330,
            "stop": 816367370
        },
        {
            "start": 816367450,
            "stop": 816368498
        },
        {
            "start": 816368505,
            "stop": 816368845
        },
        {
            "start": 816368853,
            "stop": 816368906
        },
        {
            "start": 816368914,
            "stop": 816368916
        },
        {
            "start": 816368923,
            "stop": 816368947
        },
        {
            "start": 816368955,
            "stop": 816368966
        },
        {
            "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": 816384433
        },
        {
            "start": 816386130,
            "stop": 816387170
        },
        {
            "start": 816387250,
            "stop": 816387882
        },
        {
            "start": 816388101,
            "stop": 816390253
        },
        {
            "start": 816393435,
            "stop": 816393590
        },
        {
            "start": 816393910,
            "stop": 816394490
        }
    ]
}