Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=120
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=119",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 120,
    "results": [
        {
            "start": 817847442,
            "stop": 817852022
        },
        {
            "start": 817855011,
            "stop": 817855167
        },
        {
            "start": 817855487,
            "stop": 817856396
        },
        {
            "start": 817856796,
            "stop": 817858829
        },
        {
            "start": 817858832,
            "stop": 817859370
        },
        {
            "start": 817859978,
            "stop": 817860747
        },
        {
            "start": 817860750,
            "stop": 817865992
        },
        {
            "start": 817865995,
            "stop": 817868702
        },
        {
            "start": 817868705,
            "stop": 817870622
        },
        {
            "start": 817870942,
            "stop": 817871419
        },
        {
            "start": 817871819,
            "stop": 817872012
        },
        {
            "start": 817872015,
            "stop": 817874749
        },
        {
            "start": 817874752,
            "stop": 817875789
        },
        {
            "start": 817875792,
            "stop": 817876580
        },
        {
            "start": 817876597,
            "stop": 817908997
        },
        {
            "start": 817909014,
            "stop": 817911632
        },
        {
            "start": 817911636,
            "stop": 817911859
        },
        {
            "start": 817911877,
            "stop": 817914910
        },
        {
            "start": 817938329,
            "stop": 817940287
        },
        {
            "start": 817941213,
            "stop": 817943838
        }
    ]
}