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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9873",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=9871",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 9872,
    "results": [
        {
            "start": 874375020,
            "stop": 874375080
        },
        {
            "start": 874375200,
            "stop": 874375620
        },
        {
            "start": 874375680,
            "stop": 874376737
        },
        {
            "start": 874376754,
            "stop": 874376940
        },
        {
            "start": 874377060,
            "stop": 874377240
        },
        {
            "start": 874377360,
            "stop": 874377577
        },
        {
            "start": 874377725,
            "stop": 874378080
        },
        {
            "start": 874378140,
            "stop": 874378560
        },
        {
            "start": 874378620,
            "stop": 874378800
        },
        {
            "start": 874378860,
            "stop": 874380180
        },
        {
            "start": 874380300,
            "stop": 874380420
        },
        {
            "start": 874380540,
            "stop": 874380780
        },
        {
            "start": 874380840,
            "stop": 874381080
        },
        {
            "start": 874381140,
            "stop": 874381203
        },
        {
            "start": 874381330,
            "stop": 874381380
        },
        {
            "start": 874381440,
            "stop": 874381500
        },
        {
            "start": 874381560,
            "stop": 874382160
        },
        {
            "start": 874382220,
            "stop": 874382580
        },
        {
            "start": 874382640,
            "stop": 874383120
        },
        {
            "start": 874383240,
            "stop": 874383780
        }
    ]
}