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_CAT1/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/S6/timelines/H1_BURST_CAT1/segments?format=api&page=15",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT1/segments?format=api&page=13",
    "results_count": 2346,
    "results_per_page": 20,
    "num_pages": 118,
    "page_number": 14,
    "results": [
        {
            "start": 933554019,
            "stop": 933558999
        },
        {
            "start": 933560786,
            "stop": 933578535
        },
        {
            "start": 933582359,
            "stop": 933614147
        },
        {
            "start": 933623054,
            "stop": 933623060
        },
        {
            "start": 933626104,
            "stop": 933631466
        },
        {
            "start": 933658954,
            "stop": 933661159
        },
        {
            "start": 933679663,
            "stop": 933681980
        },
        {
            "start": 933685797,
            "stop": 933695252
        },
        {
            "start": 933697149,
            "stop": 933697983
        },
        {
            "start": 933701582,
            "stop": 933704909
        },
        {
            "start": 933705402,
            "stop": 933707055
        },
        {
            "start": 933710382,
            "stop": 933713236
        },
        {
            "start": 933720060,
            "stop": 933724174
        },
        {
            "start": 933726635,
            "stop": 933732975
        },
        {
            "start": 933738363,
            "stop": 933753281
        },
        {
            "start": 933755040,
            "stop": 933758333
        },
        {
            "start": 933763551,
            "stop": 933776703
        },
        {
            "start": 933777613,
            "stop": 933796646
        },
        {
            "start": 933798794,
            "stop": 933810495
        },
        {
            "start": 933816782,
            "stop": 933820191
        }
    ]
}