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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=48",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=46",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 47,
    "results": [
        {
            "start": 821912080,
            "stop": 821915105
        },
        {
            "start": 821916305,
            "stop": 821969278
        },
        {
            "start": 821970104,
            "stop": 821990409
        },
        {
            "start": 821991937,
            "stop": 821992728
        },
        {
            "start": 821993087,
            "stop": 822003365
        },
        {
            "start": 822004157,
            "stop": 822011828
        },
        {
            "start": 822012769,
            "stop": 822032160
        },
        {
            "start": 822032815,
            "stop": 822034626
        },
        {
            "start": 822035492,
            "stop": 822064943
        },
        {
            "start": 822065156,
            "stop": 822066194
        },
        {
            "start": 822066974,
            "stop": 822077734
        },
        {
            "start": 822079059,
            "stop": 822081029
        },
        {
            "start": 822081996,
            "stop": 822084265
        },
        {
            "start": 822084352,
            "stop": 822085206
        },
        {
            "start": 822085976,
            "stop": 822088180
        },
        {
            "start": 822089508,
            "stop": 822089739
        },
        {
            "start": 822091576,
            "stop": 822092501
        },
        {
            "start": 822093343,
            "stop": 822094531
        },
        {
            "start": 822095392,
            "stop": 822098152
        },
        {
            "start": 822098385,
            "stop": 822128759
        }
    ]
}