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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=21",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 22,
    "results": [
        {
            "start": 816472765,
            "stop": 816473203
        },
        {
            "start": 816473220,
            "stop": 816481355
        },
        {
            "start": 816482752,
            "stop": 816493414
        },
        {
            "start": 816493433,
            "stop": 816493457
        },
        {
            "start": 816495423,
            "stop": 816497803
        },
        {
            "start": 816497805,
            "stop": 816499981
        },
        {
            "start": 816500281,
            "stop": 816502341
        },
        {
            "start": 816502345,
            "stop": 816509032
        },
        {
            "start": 816509035,
            "stop": 816513811
        },
        {
            "start": 816513828,
            "stop": 816524607
        },
        {
            "start": 816524624,
            "stop": 816526313
        },
        {
            "start": 816528645,
            "stop": 816531780
        },
        {
            "start": 816531797,
            "stop": 816534628
        },
        {
            "start": 816534631,
            "stop": 816534978
        },
        {
            "start": 816535619,
            "stop": 816536291
        },
        {
            "start": 816536294,
            "stop": 816538892
        },
        {
            "start": 816538909,
            "stop": 816540297
        },
        {
            "start": 816540314,
            "stop": 816540776
        },
        {
            "start": 816542382,
            "stop": 816542531
        },
        {
            "start": 816542534,
            "stop": 816542639
        }
    ]
}