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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=19",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=17",
    "results_count": 154481,
    "results_per_page": 20,
    "num_pages": 7725,
    "page_number": 18,
    "results": [
        {
            "start": 931094508,
            "stop": 931094512
        },
        {
            "start": 931094529,
            "stop": 931094685
        },
        {
            "start": 931125975,
            "stop": 931126291
        },
        {
            "start": 931127116,
            "stop": 931127403
        },
        {
            "start": 931127405,
            "stop": 931128795
        },
        {
            "start": 931128797,
            "stop": 931129215
        },
        {
            "start": 931129575,
            "stop": 931130018
        },
        {
            "start": 931130078,
            "stop": 931130571
        },
        {
            "start": 931130573,
            "stop": 931130630
        },
        {
            "start": 931130632,
            "stop": 931131473
        },
        {
            "start": 931131904,
            "stop": 931131916
        },
        {
            "start": 931131947,
            "stop": 931131981
        },
        {
            "start": 931131999,
            "stop": 931132349
        },
        {
            "start": 931132366,
            "stop": 931132660
        },
        {
            "start": 931132685,
            "stop": 931132689
        },
        {
            "start": 931132749,
            "stop": 931132815
        },
        {
            "start": 931134054,
            "stop": 931134057
        },
        {
            "start": 931134555,
            "stop": 931134576
        },
        {
            "start": 931134649,
            "stop": 931134654
        },
        {
            "start": 931134673,
            "stop": 931134706
        }
    ]
}