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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46956",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46954",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46955,
    "results": [
        {
            "start": 875206158,
            "stop": 875206170
        },
        {
            "start": 875206171,
            "stop": 875206201
        },
        {
            "start": 875206202,
            "stop": 875206204
        },
        {
            "start": 875206207,
            "stop": 875206212
        },
        {
            "start": 875206214,
            "stop": 875206236
        },
        {
            "start": 875206237,
            "stop": 875206240
        },
        {
            "start": 875206241,
            "stop": 875206272
        },
        {
            "start": 875206273,
            "stop": 875206297
        },
        {
            "start": 875206299,
            "stop": 875206309
        },
        {
            "start": 875206310,
            "stop": 875206341
        },
        {
            "start": 875206342,
            "stop": 875206346
        },
        {
            "start": 875206349,
            "stop": 875206371
        },
        {
            "start": 875206372,
            "stop": 875206374
        },
        {
            "start": 875206377,
            "stop": 875206400
        },
        {
            "start": 875206401,
            "stop": 875206409
        },
        {
            "start": 875206413,
            "stop": 875206420
        },
        {
            "start": 875206421,
            "stop": 875206452
        },
        {
            "start": 875206455,
            "stop": 875206466
        },
        {
            "start": 875206469,
            "stop": 875206470
        },
        {
            "start": 875206471,
            "stop": 875206479
        }
    ]
}