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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=2154",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 2155,
    "results": [
        {
            "start": 869166613,
            "stop": 869171259
        },
        {
            "start": 869171262,
            "stop": 869177044
        },
        {
            "start": 869177046,
            "stop": 869177730
        },
        {
            "start": 869178124,
            "stop": 869226160
        },
        {
            "start": 869226165,
            "stop": 869226180
        },
        {
            "start": 869226185,
            "stop": 869233730
        },
        {
            "start": 869235596,
            "stop": 869243915
        },
        {
            "start": 869243920,
            "stop": 869255610
        },
        {
            "start": 869256044,
            "stop": 869257342
        },
        {
            "start": 869257350,
            "stop": 869261632
        },
        {
            "start": 869261638,
            "stop": 869261682
        },
        {
            "start": 869261690,
            "stop": 869265420
        },
        {
            "start": 869265480,
            "stop": 869266890
        },
        {
            "start": 869266950,
            "stop": 869268357
        },
        {
            "start": 869268363,
            "stop": 869279338
        },
        {
            "start": 869279339,
            "stop": 869279355
        },
        {
            "start": 869279363,
            "stop": 869282558
        },
        {
            "start": 869283089,
            "stop": 869283120
        },
        {
            "start": 869283180,
            "stop": 869283368
        },
        {
            "start": 869283668,
            "stop": 869283837
        }
    ]
}