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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=156",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT1/segments?format=api&page=154",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 155,
    "results": [
        {
            "start": 871696727,
            "stop": 871718967
        },
        {
            "start": 871719595,
            "stop": 871743924
        },
        {
            "start": 871760075,
            "stop": 871803499
        },
        {
            "start": 871804051,
            "stop": 871853582
        },
        {
            "start": 871858696,
            "stop": 871920977
        },
        {
            "start": 871922459,
            "stop": 871933671
        },
        {
            "start": 871934718,
            "stop": 872015149
        },
        {
            "start": 872016185,
            "stop": 872018292
        },
        {
            "start": 872019292,
            "stop": 872030837
        },
        {
            "start": 872032216,
            "stop": 872049094
        },
        {
            "start": 872050844,
            "stop": 872092910
        },
        {
            "start": 872094442,
            "stop": 872103987
        },
        {
            "start": 872105657,
            "stop": 872129955
        },
        {
            "start": 872131098,
            "stop": 872142125
        },
        {
            "start": 872143950,
            "stop": 872167774
        },
        {
            "start": 872168993,
            "stop": 872183074
        },
        {
            "start": 872183772,
            "stop": 872201827
        },
        {
            "start": 872203081,
            "stop": 872299570
        },
        {
            "start": 872300654,
            "stop": 872304710
        },
        {
            "start": 872305448,
            "stop": 872315350
        }
    ]
}