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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=21",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 22,
    "results": [
        {
            "start": 931139163,
            "stop": 931139167
        },
        {
            "start": 931139169,
            "stop": 931139170
        },
        {
            "start": 931139172,
            "stop": 931139173
        },
        {
            "start": 931139174,
            "stop": 931139189
        },
        {
            "start": 931139201,
            "stop": 931139202
        },
        {
            "start": 931139204,
            "stop": 931139205
        },
        {
            "start": 931139212,
            "stop": 931139214
        },
        {
            "start": 931139218,
            "stop": 931139219
        },
        {
            "start": 931139222,
            "stop": 931139225
        },
        {
            "start": 931139226,
            "stop": 931139231
        },
        {
            "start": 931139235,
            "stop": 931139250
        },
        {
            "start": 931139252,
            "stop": 931139259
        },
        {
            "start": 931139263,
            "stop": 931139264
        },
        {
            "start": 931139266,
            "stop": 931139267
        },
        {
            "start": 931139269,
            "stop": 931139274
        },
        {
            "start": 931139278,
            "stop": 931139279
        },
        {
            "start": 931139281,
            "stop": 931139287
        },
        {
            "start": 931139288,
            "stop": 931139299
        },
        {
            "start": 931139302,
            "stop": 931139338
        },
        {
            "start": 931139340,
            "stop": 931139341
        }
    ]
}