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=84
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=85",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=83",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 84,
    "results": [
        {
            "start": 931270198,
            "stop": 931270199
        },
        {
            "start": 931270229,
            "stop": 931270233
        },
        {
            "start": 931270239,
            "stop": 931270240
        },
        {
            "start": 931270242,
            "stop": 931270248
        },
        {
            "start": 931270253,
            "stop": 931270254
        },
        {
            "start": 931270256,
            "stop": 931270259
        },
        {
            "start": 931270261,
            "stop": 931270262
        },
        {
            "start": 931270264,
            "stop": 931270268
        },
        {
            "start": 931270270,
            "stop": 931270285
        },
        {
            "start": 931270286,
            "stop": 931270287
        },
        {
            "start": 931270289,
            "stop": 931270310
        },
        {
            "start": 931270312,
            "stop": 931270330
        },
        {
            "start": 931270335,
            "stop": 931270351
        },
        {
            "start": 931270353,
            "stop": 931270385
        },
        {
            "start": 931270390,
            "stop": 931270393
        },
        {
            "start": 931270394,
            "stop": 931270398
        },
        {
            "start": 931270400,
            "stop": 931270424
        },
        {
            "start": 931270425,
            "stop": 931270475
        },
        {
            "start": 931270476,
            "stop": 931270487
        },
        {
            "start": 931270488,
            "stop": 931270635
        }
    ]
}