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=748
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=749",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=747",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 748,
    "results": [
        {
            "start": 830777891,
            "stop": 830777899
        },
        {
            "start": 830777903,
            "stop": 830777910
        },
        {
            "start": 830778020,
            "stop": 830778662
        },
        {
            "start": 830778962,
            "stop": 830783769
        },
        {
            "start": 830783772,
            "stop": 830784324
        },
        {
            "start": 830784327,
            "stop": 830787060
        },
        {
            "start": 830787120,
            "stop": 830787900
        },
        {
            "start": 830787960,
            "stop": 830789610
        },
        {
            "start": 830789700,
            "stop": 830790316
        },
        {
            "start": 830790333,
            "stop": 830790389
        },
        {
            "start": 830790407,
            "stop": 830791420
        },
        {
            "start": 830791424,
            "stop": 830792176
        },
        {
            "start": 830792193,
            "stop": 830792840
        },
        {
            "start": 830792857,
            "stop": 830793440
        },
        {
            "start": 830793443,
            "stop": 830793529
        },
        {
            "start": 830793532,
            "stop": 830794764
        },
        {
            "start": 830794782,
            "stop": 830795423
        },
        {
            "start": 830795427,
            "stop": 830795935
        },
        {
            "start": 830795939,
            "stop": 830797253
        },
        {
            "start": 830797256,
            "stop": 830797309
        }
    ]
}