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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=640",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=638",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 639,
    "results": [
        {
            "start": 845443248,
            "stop": 845446573
        },
        {
            "start": 845448148,
            "stop": 845462860
        },
        {
            "start": 845462861,
            "stop": 845462863
        },
        {
            "start": 845462865,
            "stop": 845464685
        },
        {
            "start": 845464688,
            "stop": 845476753
        },
        {
            "start": 845478132,
            "stop": 845478652
        },
        {
            "start": 845479716,
            "stop": 845492569
        },
        {
            "start": 845493978,
            "stop": 845503680
        },
        {
            "start": 845506107,
            "stop": 845509422
        },
        {
            "start": 845511920,
            "stop": 845533093
        },
        {
            "start": 845539529,
            "stop": 845540415
        },
        {
            "start": 845540735,
            "stop": 845540946
        },
        {
            "start": 845541346,
            "stop": 845541910
        },
        {
            "start": 845548807,
            "stop": 845560813
        },
        {
            "start": 845590143,
            "stop": 845590368
        },
        {
            "start": 845590964,
            "stop": 845636143
        },
        {
            "start": 845637179,
            "stop": 845657653
        },
        {
            "start": 845660218,
            "stop": 845665813
        },
        {
            "start": 845666432,
            "stop": 845668136
        },
        {
            "start": 845669829,
            "stop": 845669915
        }
    ]
}