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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=270",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 271,
    "results": [
        {
            "start": 821689457,
            "stop": 821689458
        },
        {
            "start": 821689469,
            "stop": 821689472
        },
        {
            "start": 821689475,
            "stop": 821689482
        },
        {
            "start": 821689485,
            "stop": 821689486
        },
        {
            "start": 821689492,
            "stop": 821689493
        },
        {
            "start": 821689497,
            "stop": 821689503
        },
        {
            "start": 821689516,
            "stop": 821689519
        },
        {
            "start": 821689522,
            "stop": 821689525
        },
        {
            "start": 821689531,
            "stop": 821689533
        },
        {
            "start": 821689539,
            "stop": 821689541
        },
        {
            "start": 821689544,
            "stop": 821689547
        },
        {
            "start": 821689550,
            "stop": 821689557
        },
        {
            "start": 821689560,
            "stop": 821689564
        },
        {
            "start": 821689567,
            "stop": 821689568
        },
        {
            "start": 821689579,
            "stop": 821689582
        },
        {
            "start": 821689585,
            "stop": 821689599
        },
        {
            "start": 821689602,
            "stop": 821689607
        },
        {
            "start": 821689613,
            "stop": 821689614
        },
        {
            "start": 821689617,
            "stop": 821689626
        },
        {
            "start": 821689629,
            "stop": 821689630
        }
    ]
}