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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=283",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT2/segments?format=api&page=281",
    "results_count": 17534,
    "results_per_page": 20,
    "num_pages": 877,
    "page_number": 282,
    "results": [
        {
            "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
        },
        {
            "start": 821689639,
            "stop": 821689642
        },
        {
            "start": 821689648,
            "stop": 821689649
        },
        {
            "start": 821689652,
            "stop": 821689654
        },
        {
            "start": 821689658,
            "stop": 821689672
        },
        {
            "start": 821689677,
            "stop": 821689680
        },
        {
            "start": 821689683,
            "stop": 821689684
        }
    ]
}