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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=287",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=285",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 286,
    "results": [
        {
            "start": 821021278,
            "stop": 821021284
        },
        {
            "start": 821021308,
            "stop": 821021313
        },
        {
            "start": 821021317,
            "stop": 821021328
        },
        {
            "start": 821021332,
            "stop": 821021399
        },
        {
            "start": 821021413,
            "stop": 821021428
        },
        {
            "start": 821021432,
            "stop": 821021438
        },
        {
            "start": 821021504,
            "stop": 821021519
        },
        {
            "start": 821021580,
            "stop": 821021595
        },
        {
            "start": 821021604,
            "stop": 821021610
        },
        {
            "start": 821021619,
            "stop": 821021629
        },
        {
            "start": 821021633,
            "stop": 821021668
        },
        {
            "start": 821021671,
            "stop": 821021672
        },
        {
            "start": 821021691,
            "stop": 821021696
        },
        {
            "start": 821021700,
            "stop": 821021701
        },
        {
            "start": 821021704,
            "stop": 821021730
        },
        {
            "start": 821021753,
            "stop": 821021763
        },
        {
            "start": 821021772,
            "stop": 821021783
        },
        {
            "start": 821021787,
            "stop": 821021793
        },
        {
            "start": 821021806,
            "stop": 821021848
        },
        {
            "start": 821021910,
            "stop": 821021912
        }
    ]
}