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=50
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=51",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT2/segments?format=api&page=49",
    "results_count": 10804,
    "results_per_page": 20,
    "num_pages": 541,
    "page_number": 50,
    "results": [
        {
            "start": 931190228,
            "stop": 931190229
        },
        {
            "start": 931190244,
            "stop": 931190248
        },
        {
            "start": 931190250,
            "stop": 931190251
        },
        {
            "start": 931190253,
            "stop": 931190254
        },
        {
            "start": 931190256,
            "stop": 931190270
        },
        {
            "start": 931190272,
            "stop": 931190279
        },
        {
            "start": 931190280,
            "stop": 931190282
        },
        {
            "start": 931190284,
            "stop": 931190301
        },
        {
            "start": 931190303,
            "stop": 931190307
        },
        {
            "start": 931190309,
            "stop": 931190339
        },
        {
            "start": 931190341,
            "stop": 931190342
        },
        {
            "start": 931190344,
            "stop": 931190365
        },
        {
            "start": 931190367,
            "stop": 931190384
        },
        {
            "start": 931190386,
            "stop": 931190387
        },
        {
            "start": 931190389,
            "stop": 931190393
        },
        {
            "start": 931190397,
            "stop": 931190398
        },
        {
            "start": 931190400,
            "stop": 931190403
        },
        {
            "start": 931190404,
            "stop": 931190415
        },
        {
            "start": 931190417,
            "stop": 931190420
        },
        {
            "start": 931190422,
            "stop": 931190423
        }
    ]
}