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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=21",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 22,
    "results": [
        {
            "start": 931077110,
            "stop": 931077113
        },
        {
            "start": 931077115,
            "stop": 931077122
        },
        {
            "start": 931077123,
            "stop": 931077124
        },
        {
            "start": 931077127,
            "stop": 931077128
        },
        {
            "start": 931077130,
            "stop": 931077135
        },
        {
            "start": 931077137,
            "stop": 931077151
        },
        {
            "start": 931077155,
            "stop": 931077156
        },
        {
            "start": 931077157,
            "stop": 931077158
        },
        {
            "start": 931077162,
            "stop": 931077167
        },
        {
            "start": 931077170,
            "stop": 931077177
        },
        {
            "start": 931077178,
            "stop": 931077179
        },
        {
            "start": 931077180,
            "stop": 931077181
        },
        {
            "start": 931077183,
            "stop": 931077184
        },
        {
            "start": 931077187,
            "stop": 931077188
        },
        {
            "start": 931077190,
            "stop": 931077194
        },
        {
            "start": 931077198,
            "stop": 931077206
        },
        {
            "start": 931077207,
            "stop": 931077213
        },
        {
            "start": 931077214,
            "stop": 931077221
        },
        {
            "start": 931077223,
            "stop": 931077224
        },
        {
            "start": 931077225,
            "stop": 931077235
        }
    ]
}