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=314
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=315",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=313",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 314,
    "results": [
        {
            "start": 821744683,
            "stop": 821744709
        },
        {
            "start": 821744712,
            "stop": 821744740
        },
        {
            "start": 821744745,
            "stop": 821744746
        },
        {
            "start": 821744749,
            "stop": 821744755
        },
        {
            "start": 821744765,
            "stop": 821744767
        },
        {
            "start": 821744772,
            "stop": 821744780
        },
        {
            "start": 821744786,
            "stop": 821744788
        },
        {
            "start": 821744794,
            "stop": 821744799
        },
        {
            "start": 821744804,
            "stop": 821744809
        },
        {
            "start": 821744815,
            "stop": 821744821
        },
        {
            "start": 821744827,
            "stop": 821744829
        },
        {
            "start": 821744832,
            "stop": 821744840
        },
        {
            "start": 821744843,
            "stop": 821744850
        },
        {
            "start": 821744859,
            "stop": 821744860
        },
        {
            "start": 821744863,
            "stop": 821744866
        },
        {
            "start": 821744869,
            "stop": 821744875
        },
        {
            "start": 821744880,
            "stop": 821744895
        },
        {
            "start": 821744898,
            "stop": 821744911
        },
        {
            "start": 821744918,
            "stop": 821744926
        },
        {
            "start": 821744929,
            "stop": 821744936
        }
    ]
}