Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5110
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5111",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5109",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5110,
    "results": [
        {
            "start": 874671539,
            "stop": 874671543
        },
        {
            "start": 874671550,
            "stop": 874671566
        },
        {
            "start": 874671573,
            "stop": 874671655
        },
        {
            "start": 874671662,
            "stop": 874671703
        },
        {
            "start": 874671716,
            "stop": 874671796
        },
        {
            "start": 874671803,
            "stop": 874671824
        },
        {
            "start": 874671831,
            "stop": 874671843
        },
        {
            "start": 874671850,
            "stop": 874671916
        },
        {
            "start": 874671923,
            "stop": 874672005
        },
        {
            "start": 874672012,
            "stop": 874672037
        },
        {
            "start": 874672044,
            "stop": 874672072
        },
        {
            "start": 874672083,
            "stop": 874672147
        },
        {
            "start": 874672154,
            "stop": 874672229
        },
        {
            "start": 874672236,
            "stop": 874672296
        },
        {
            "start": 874672303,
            "stop": 874672473
        },
        {
            "start": 874672480,
            "stop": 874672493
        },
        {
            "start": 874672501,
            "stop": 874672626
        },
        {
            "start": 874672633,
            "stop": 874672724
        },
        {
            "start": 874672731,
            "stop": 874672750
        },
        {
            "start": 874672762,
            "stop": 874672787
        }
    ]
}