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=5140
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=5141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=5139",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 5140,
    "results": [
        {
            "start": 874706591,
            "stop": 874706616
        },
        {
            "start": 874706624,
            "stop": 874706655
        },
        {
            "start": 874707774,
            "stop": 874709418
        },
        {
            "start": 874709425,
            "stop": 874709542
        },
        {
            "start": 874709549,
            "stop": 874709708
        },
        {
            "start": 874709721,
            "stop": 874709812
        },
        {
            "start": 874709820,
            "stop": 874710055
        },
        {
            "start": 874710062,
            "stop": 874710109
        },
        {
            "start": 874710116,
            "stop": 874710142
        },
        {
            "start": 874710150,
            "stop": 874710219
        },
        {
            "start": 874710227,
            "stop": 874710243
        },
        {
            "start": 874710250,
            "stop": 874710272
        },
        {
            "start": 874710279,
            "stop": 874710342
        },
        {
            "start": 874710349,
            "stop": 874710360
        },
        {
            "start": 874710367,
            "stop": 874710391
        },
        {
            "start": 874710399,
            "stop": 874710414
        },
        {
            "start": 874710421,
            "stop": 874710433
        },
        {
            "start": 874710441,
            "stop": 874710453
        },
        {
            "start": 874710461,
            "stop": 874710485
        },
        {
            "start": 874710493,
            "stop": 874710534
        }
    ]
}