Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=203
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=204",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=202",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 203,
    "results": [
        {
            "start": 931468985,
            "stop": 931468989
        },
        {
            "start": 931468993,
            "stop": 931469008
        },
        {
            "start": 931469010,
            "stop": 931469038
        },
        {
            "start": 931469040,
            "stop": 931469090
        },
        {
            "start": 931469150,
            "stop": 931469330
        },
        {
            "start": 931469450,
            "stop": 931469485
        },
        {
            "start": 931469486,
            "stop": 931469652
        },
        {
            "start": 931469653,
            "stop": 931469760
        },
        {
            "start": 931469761,
            "stop": 931469887
        },
        {
            "start": 931469888,
            "stop": 931470141
        },
        {
            "start": 931471610,
            "stop": 931471652
        },
        {
            "start": 931471653,
            "stop": 931471747
        },
        {
            "start": 931471748,
            "stop": 931471755
        },
        {
            "start": 931471757,
            "stop": 931471908
        },
        {
            "start": 931471909,
            "stop": 931472096
        },
        {
            "start": 931472098,
            "stop": 931472123
        },
        {
            "start": 931472124,
            "stop": 931472134
        },
        {
            "start": 931472135,
            "stop": 931472263
        },
        {
            "start": 931472264,
            "stop": 931472273
        },
        {
            "start": 931472274,
            "stop": 931472275
        }
    ]
}