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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=2",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 3,
    "results": [
        {
            "start": 931052967,
            "stop": 931052968
        },
        {
            "start": 931052969,
            "stop": 931052970
        },
        {
            "start": 931052971,
            "stop": 931052974
        },
        {
            "start": 931052975,
            "stop": 931052984
        },
        {
            "start": 931052985,
            "stop": 931052986
        },
        {
            "start": 931052990,
            "stop": 931052993
        },
        {
            "start": 931052994,
            "stop": 931052999
        },
        {
            "start": 931053000,
            "stop": 931053002
        },
        {
            "start": 931053009,
            "stop": 931053014
        },
        {
            "start": 931053015,
            "stop": 931053016
        },
        {
            "start": 931053017,
            "stop": 931053020
        },
        {
            "start": 931053021,
            "stop": 931053022
        },
        {
            "start": 931053023,
            "stop": 931053026
        },
        {
            "start": 931053028,
            "stop": 931053029
        },
        {
            "start": 931053030,
            "stop": 931053031
        },
        {
            "start": 931053032,
            "stop": 931053033
        },
        {
            "start": 931053037,
            "stop": 931053040
        },
        {
            "start": 931053041,
            "stop": 931053048
        },
        {
            "start": 931053049,
            "stop": 931053055
        },
        {
            "start": 931053058,
            "stop": 931053061
        }
    ]
}