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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=417",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=415",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 416,
    "results": [
        {
            "start": 940559639,
            "stop": 940576411
        },
        {
            "start": 940589583,
            "stop": 940597981
        },
        {
            "start": 940603911,
            "stop": 940606087
        },
        {
            "start": 940624312,
            "stop": 940628358
        },
        {
            "start": 940628361,
            "stop": 940629487
        },
        {
            "start": 940641205,
            "stop": 940644065
        },
        {
            "start": 940646524,
            "stop": 940654016
        },
        {
            "start": 940655819,
            "stop": 940666009
        },
        {
            "start": 940672486,
            "stop": 940680811
        },
        {
            "start": 940710959,
            "stop": 940717440
        },
        {
            "start": 940719353,
            "stop": 940733943
        },
        {
            "start": 940734960,
            "stop": 940760677
        },
        {
            "start": 940760680,
            "stop": 940772105
        },
        {
            "start": 940772107,
            "stop": 940772749
        },
        {
            "start": 940772751,
            "stop": 940772830
        },
        {
            "start": 940772832,
            "stop": 940773657
        },
        {
            "start": 940773658,
            "stop": 940773662
        },
        {
            "start": 940773664,
            "stop": 940773668
        },
        {
            "start": 940773670,
            "stop": 940773739
        },
        {
            "start": 940773741,
            "stop": 940773748
        }
    ]
}