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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=187",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=185",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 186,
    "results": [
        {
            "start": 820420090,
            "stop": 820420094
        },
        {
            "start": 820420098,
            "stop": 820420350
        },
        {
            "start": 820420354,
            "stop": 820420358
        },
        {
            "start": 820420363,
            "stop": 820420366
        },
        {
            "start": 820420370,
            "stop": 820420457
        },
        {
            "start": 820420461,
            "stop": 820420513
        },
        {
            "start": 820420799,
            "stop": 820421056
        },
        {
            "start": 820421059,
            "stop": 820421552
        },
        {
            "start": 820421555,
            "stop": 820421623
        },
        {
            "start": 820421628,
            "stop": 820421631
        },
        {
            "start": 820421635,
            "stop": 820421780
        },
        {
            "start": 820421783,
            "stop": 820422060
        },
        {
            "start": 820422180,
            "stop": 820422307
        },
        {
            "start": 820422310,
            "stop": 820422392
        },
        {
            "start": 820422396,
            "stop": 820422454
        },
        {
            "start": 820422457,
            "stop": 820422660
        },
        {
            "start": 820422663,
            "stop": 820422667
        },
        {
            "start": 820422671,
            "stop": 820422973
        },
        {
            "start": 820423203,
            "stop": 820423320
        },
        {
            "start": 820423324,
            "stop": 820423466
        }
    ]
}