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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=13",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 14,
    "results": [
        {
            "start": 815244386,
            "stop": 815244396
        },
        {
            "start": 815244409,
            "stop": 815244898
        },
        {
            "start": 815244902,
            "stop": 815244931
        },
        {
            "start": 815244935,
            "stop": 815245011
        },
        {
            "start": 815245014,
            "stop": 815245141
        },
        {
            "start": 815245144,
            "stop": 815245230
        },
        {
            "start": 815245290,
            "stop": 815246612
        },
        {
            "start": 815246615,
            "stop": 815246916
        },
        {
            "start": 815246919,
            "stop": 815247063
        },
        {
            "start": 815247994,
            "stop": 815248007
        },
        {
            "start": 815248127,
            "stop": 815248706
        },
        {
            "start": 815248710,
            "stop": 815248821
        },
        {
            "start": 815248941,
            "stop": 815248996
        },
        {
            "start": 815248999,
            "stop": 815249041
        },
        {
            "start": 815249044,
            "stop": 815250054
        },
        {
            "start": 815250057,
            "stop": 815250428
        },
        {
            "start": 815250431,
            "stop": 815250708
        },
        {
            "start": 815250711,
            "stop": 815250750
        },
        {
            "start": 815250810,
            "stop": 815251395
        },
        {
            "start": 815251515,
            "stop": 815252143
        }
    ]
}