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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=16",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=14",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 15,
    "results": [
        {
            "start": 815244902,
            "stop": 815244931
        },
        {
            "start": 815244935,
            "stop": 815245011
        },
        {
            "start": 815245014,
            "stop": 815245141
        },
        {
            "start": 815245144,
            "stop": 815246612
        },
        {
            "start": 815246615,
            "stop": 815246916
        },
        {
            "start": 815246919,
            "stop": 815247063
        },
        {
            "start": 815247994,
            "stop": 815248706
        },
        {
            "start": 815248710,
            "stop": 815248996
        },
        {
            "start": 815248999,
            "stop": 815249041
        },
        {
            "start": 815249044,
            "stop": 815250054
        },
        {
            "start": 815250057,
            "stop": 815250428
        },
        {
            "start": 815250431,
            "stop": 815250708
        },
        {
            "start": 815250711,
            "stop": 815252143
        },
        {
            "start": 815252324,
            "stop": 815252520
        },
        {
            "start": 815265560,
            "stop": 815265587
        },
        {
            "start": 815265590,
            "stop": 815266723
        },
        {
            "start": 815267210,
            "stop": 815267722
        },
        {
            "start": 815267726,
            "stop": 815269249
        },
        {
            "start": 815269252,
            "stop": 815269989
        },
        {
            "start": 815269992,
            "stop": 815270081
        }
    ]
}