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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=323",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=321",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 322,
    "results": [
        {
            "start": 869171262,
            "stop": 869177770
        },
        {
            "start": 869178124,
            "stop": 869233730
        },
        {
            "start": 869235596,
            "stop": 869255656
        },
        {
            "start": 869256044,
            "stop": 869282558
        },
        {
            "start": 869283089,
            "stop": 869283368
        },
        {
            "start": 869283668,
            "stop": 869283898
        },
        {
            "start": 869284246,
            "stop": 869323312
        },
        {
            "start": 869323472,
            "stop": 869324428
        },
        {
            "start": 869348551,
            "stop": 869354326
        },
        {
            "start": 869354328,
            "stop": 869367616
        },
        {
            "start": 869367726,
            "stop": 869369141
        },
        {
            "start": 869370026,
            "stop": 869373163
        },
        {
            "start": 869380036,
            "stop": 869388977
        },
        {
            "start": 869388979,
            "stop": 869413539
        },
        {
            "start": 869439893,
            "stop": 869442354
        },
        {
            "start": 869443557,
            "stop": 869443733
        },
        {
            "start": 869443843,
            "stop": 869443851
        },
        {
            "start": 869444151,
            "stop": 869464566
        },
        {
            "start": 869464676,
            "stop": 869464722
        },
        {
            "start": 869465224,
            "stop": 869466204
        }
    ]
}