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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=32",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=30",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 31,
    "results": [
        {
            "start": 931190028,
            "stop": 931190029
        },
        {
            "start": 931190035,
            "stop": 931190046
        },
        {
            "start": 931190055,
            "stop": 931190057
        },
        {
            "start": 931190063,
            "stop": 931190074
        },
        {
            "start": 931190080,
            "stop": 931190102
        },
        {
            "start": 931190107,
            "stop": 931190113
        },
        {
            "start": 931190119,
            "stop": 931190125
        },
        {
            "start": 931190131,
            "stop": 931190133
        },
        {
            "start": 931190147,
            "stop": 931190169
        },
        {
            "start": 931190206,
            "stop": 931190216
        },
        {
            "start": 931190260,
            "stop": 931190270
        },
        {
            "start": 931190276,
            "stop": 931190279
        },
        {
            "start": 931190288,
            "stop": 931190301
        },
        {
            "start": 931190313,
            "stop": 931190339
        },
        {
            "start": 931190348,
            "stop": 931190365
        },
        {
            "start": 931190371,
            "stop": 931190384
        },
        {
            "start": 931190408,
            "stop": 931190415
        },
        {
            "start": 931190438,
            "stop": 931190440
        },
        {
            "start": 931190452,
            "stop": 931190461
        },
        {
            "start": 931190466,
            "stop": 931190529
        }
    ]
}