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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=518",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=516",
    "results_count": 10853,
    "results_per_page": 20,
    "num_pages": 543,
    "page_number": 517,
    "results": [
        {
            "start": 964610399,
            "stop": 964610451
        },
        {
            "start": 964610452,
            "stop": 964610556
        },
        {
            "start": 964610557,
            "stop": 964610730
        },
        {
            "start": 964610731,
            "stop": 964610842
        },
        {
            "start": 964610843,
            "stop": 964610977
        },
        {
            "start": 964610978,
            "stop": 964612494
        },
        {
            "start": 964612495,
            "stop": 964612608
        },
        {
            "start": 964612609,
            "stop": 964613056
        },
        {
            "start": 964613057,
            "stop": 964613207
        },
        {
            "start": 964613208,
            "stop": 964613364
        },
        {
            "start": 964613365,
            "stop": 964613477
        },
        {
            "start": 964613478,
            "stop": 964613525
        },
        {
            "start": 964613526,
            "stop": 964614185
        },
        {
            "start": 964614186,
            "stop": 964614245
        },
        {
            "start": 964614246,
            "stop": 964614301
        },
        {
            "start": 964614302,
            "stop": 964614317
        },
        {
            "start": 964614320,
            "stop": 964614495
        },
        {
            "start": 964614496,
            "stop": 964614746
        },
        {
            "start": 964614747,
            "stop": 964614829
        },
        {
            "start": 964614831,
            "stop": 964614854
        }
    ]
}