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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=296",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=294",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 295,
    "results": [
        {
            "start": 858466900,
            "stop": 858467802
        },
        {
            "start": 858468478,
            "stop": 858469669
        },
        {
            "start": 858469678,
            "stop": 858469997
        },
        {
            "start": 858470001,
            "stop": 858470010
        },
        {
            "start": 858471314,
            "stop": 858489746
        },
        {
            "start": 858490325,
            "stop": 858528382
        },
        {
            "start": 858530522,
            "stop": 858532022
        },
        {
            "start": 858532918,
            "stop": 858535232
        },
        {
            "start": 858536022,
            "stop": 858556042
        },
        {
            "start": 858556721,
            "stop": 858594442
        },
        {
            "start": 858595219,
            "stop": 858607747
        },
        {
            "start": 858609594,
            "stop": 858617678
        },
        {
            "start": 858619237,
            "stop": 858620361
        },
        {
            "start": 858621260,
            "stop": 858626630
        },
        {
            "start": 858627903,
            "stop": 858643054
        },
        {
            "start": 858645059,
            "stop": 858693343
        },
        {
            "start": 858694964,
            "stop": 858724929
        },
        {
            "start": 858725778,
            "stop": 858741251
        },
        {
            "start": 858742343,
            "stop": 858742525
        },
        {
            "start": 858742529,
            "stop": 858742559
        }
    ]
}