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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=34",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT1/segments?format=api&page=32",
    "results_count": 3818,
    "results_per_page": 20,
    "num_pages": 191,
    "page_number": 33,
    "results": [
        {
            "start": 821326418,
            "stop": 821344190
        },
        {
            "start": 821345496,
            "stop": 821363157
        },
        {
            "start": 821364960,
            "stop": 821388576
        },
        {
            "start": 821390722,
            "stop": 821394306
        },
        {
            "start": 821394441,
            "stop": 821456839
        },
        {
            "start": 821461916,
            "stop": 821467688
        },
        {
            "start": 821469601,
            "stop": 821477461
        },
        {
            "start": 821479678,
            "stop": 821480155
        },
        {
            "start": 821482538,
            "stop": 821483398
        },
        {
            "start": 821484249,
            "stop": 821484687
        },
        {
            "start": 821486277,
            "stop": 821486597
        },
        {
            "start": 821489091,
            "stop": 821489383
        },
        {
            "start": 821490217,
            "stop": 821496292
        },
        {
            "start": 821497024,
            "stop": 821514264
        },
        {
            "start": 821516932,
            "stop": 821517556
        },
        {
            "start": 821517647,
            "stop": 821520415
        },
        {
            "start": 821521226,
            "stop": 821522844
        },
        {
            "start": 821524082,
            "stop": 821528695
        },
        {
            "start": 821528919,
            "stop": 821536061
        },
        {
            "start": 821538177,
            "stop": 821538625
        }
    ]
}