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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT1/segments?format=api&page=165",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 166,
    "results": [
        {
            "start": 863533168,
            "stop": 863534878
        },
        {
            "start": 863536030,
            "stop": 863539889
        },
        {
            "start": 863540079,
            "stop": 863543477
        },
        {
            "start": 863543823,
            "stop": 863547547
        },
        {
            "start": 863561792,
            "stop": 863564661
        },
        {
            "start": 863591372,
            "stop": 863636508
        },
        {
            "start": 863636729,
            "stop": 863637344
        },
        {
            "start": 863639399,
            "stop": 863643393
        },
        {
            "start": 863656674,
            "stop": 863669764
        },
        {
            "start": 863673357,
            "stop": 863683947
        },
        {
            "start": 863685001,
            "stop": 863743559
        },
        {
            "start": 863743927,
            "stop": 863760367
        },
        {
            "start": 863760822,
            "stop": 863770791
        },
        {
            "start": 863772906,
            "stop": 863831481
        },
        {
            "start": 863845685,
            "stop": 863879428
        },
        {
            "start": 863880414,
            "stop": 863881244
        },
        {
            "start": 863899234,
            "stop": 863931136
        },
        {
            "start": 863931415,
            "stop": 863979283
        },
        {
            "start": 863980125,
            "stop": 863982942
        },
        {
            "start": 863983982,
            "stop": 863984366
        }
    ]
}