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_BURST_CAT3/segments?format=api&page=51
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=52",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=50",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 51,
    "results": [
        {
            "start": 931182099,
            "stop": 931182185
        },
        {
            "start": 931182186,
            "stop": 931182476
        },
        {
            "start": 931182477,
            "stop": 931182486
        },
        {
            "start": 931182488,
            "stop": 931182674
        },
        {
            "start": 931182675,
            "stop": 931182942
        },
        {
            "start": 931182943,
            "stop": 931182984
        },
        {
            "start": 931182985,
            "stop": 931182993
        },
        {
            "start": 931182994,
            "stop": 931183215
        },
        {
            "start": 931183576,
            "stop": 931183580
        },
        {
            "start": 931183581,
            "stop": 931183710
        },
        {
            "start": 931183712,
            "stop": 931183716
        },
        {
            "start": 931183718,
            "stop": 931183780
        },
        {
            "start": 931183781,
            "stop": 931184078
        },
        {
            "start": 931184079,
            "stop": 931184209
        },
        {
            "start": 931184210,
            "stop": 931184254
        },
        {
            "start": 931184257,
            "stop": 931184388
        },
        {
            "start": 931184390,
            "stop": 931184453
        },
        {
            "start": 931184454,
            "stop": 931184475
        },
        {
            "start": 931184477,
            "stop": 931184652
        },
        {
            "start": 931184656,
            "stop": 931184667
        }
    ]
}