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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=31",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=29",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 30,
    "results": [
        {
            "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": 931139269,
            "stop": 931139274
        },
        {
            "start": 931139278,
            "stop": 931139279
        },
        {
            "start": 931139281,
            "stop": 931139287
        },
        {
            "start": 931139288,
            "stop": 931139299
        },
        {
            "start": 931139302,
            "stop": 931139322
        },
        {
            "start": 931139323,
            "stop": 931139338
        },
        {
            "start": 931139340,
            "stop": 931139341
        },
        {
            "start": 931139351,
            "stop": 931139353
        },
        {
            "start": 931139355,
            "stop": 931139358
        },
        {
            "start": 931139361,
            "stop": 931139362
        },
        {
            "start": 931139364,
            "stop": 931139368
        },
        {
            "start": 931139370,
            "stop": 931139378
        },
        {
            "start": 931139380,
            "stop": 931139383
        },
        {
            "start": 931139384,
            "stop": 931139393
        }
    ]
}