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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT4/segments?format=api&page=21",
    "results_count": 98866,
    "results_per_page": 20,
    "num_pages": 4944,
    "page_number": 22,
    "results": [
        {
            "start": 815403155,
            "stop": 815404146
        },
        {
            "start": 815405223,
            "stop": 815405681
        },
        {
            "start": 815405698,
            "stop": 815405988
        },
        {
            "start": 815406005,
            "stop": 815406607
        },
        {
            "start": 815406624,
            "stop": 815406648
        },
        {
            "start": 815406665,
            "stop": 815406757
        },
        {
            "start": 815406774,
            "stop": 815407730
        },
        {
            "start": 815407734,
            "stop": 815407780
        },
        {
            "start": 815407797,
            "stop": 815408117
        },
        {
            "start": 815408134,
            "stop": 815408584
        },
        {
            "start": 815408601,
            "stop": 815408965
        },
        {
            "start": 815409614,
            "stop": 815410483
        },
        {
            "start": 815410664,
            "stop": 815411100
        },
        {
            "start": 815411117,
            "stop": 815411205
        },
        {
            "start": 815411224,
            "stop": 815412609
        },
        {
            "start": 815412626,
            "stop": 815413366
        },
        {
            "start": 815413383,
            "stop": 815413483
        },
        {
            "start": 815413504,
            "stop": 815413603
        },
        {
            "start": 815413620,
            "stop": 815413653
        },
        {
            "start": 815413670,
            "stop": 815413813
        }
    ]
}