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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=89",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 90,
    "results": [
        {
            "start": 931573051,
            "stop": 931573052
        },
        {
            "start": 931573116,
            "stop": 931573118
        },
        {
            "start": 931573147,
            "stop": 931573148
        },
        {
            "start": 931573152,
            "stop": 931573153
        },
        {
            "start": 931573168,
            "stop": 931573175
        },
        {
            "start": 931573187,
            "stop": 931573193
        },
        {
            "start": 931573195,
            "stop": 931573196
        },
        {
            "start": 931573198,
            "stop": 931573199
        },
        {
            "start": 931573255,
            "stop": 931573256
        },
        {
            "start": 931573274,
            "stop": 931573300
        },
        {
            "start": 931573317,
            "stop": 931573320
        },
        {
            "start": 931573338,
            "stop": 931573373
        },
        {
            "start": 931573391,
            "stop": 931573400
        },
        {
            "start": 931573473,
            "stop": 931573485
        },
        {
            "start": 931573502,
            "stop": 931573527
        },
        {
            "start": 931573580,
            "stop": 931573610
        },
        {
            "start": 931573658,
            "stop": 931573666
        },
        {
            "start": 931573750,
            "stop": 931573789
        },
        {
            "start": 931573806,
            "stop": 931573819
        },
        {
            "start": 931573854,
            "stop": 931573861
        }
    ]
}