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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=42",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=40",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 41,
    "results": [
        {
            "start": 931081117,
            "stop": 931081121
        },
        {
            "start": 931081124,
            "stop": 931081126
        },
        {
            "start": 931081127,
            "stop": 931081138
        },
        {
            "start": 931081139,
            "stop": 931081141
        },
        {
            "start": 931081143,
            "stop": 931081148
        },
        {
            "start": 931081151,
            "stop": 931081159
        },
        {
            "start": 931081160,
            "stop": 931081163
        },
        {
            "start": 931081164,
            "stop": 931081166
        },
        {
            "start": 931081167,
            "stop": 931081173
        },
        {
            "start": 931081177,
            "stop": 931081180
        },
        {
            "start": 931081185,
            "stop": 931081187
        },
        {
            "start": 931081191,
            "stop": 931081192
        },
        {
            "start": 931081194,
            "stop": 931081199
        },
        {
            "start": 931081202,
            "stop": 931081212
        },
        {
            "start": 931081214,
            "stop": 931081215
        },
        {
            "start": 931081217,
            "stop": 931081218
        },
        {
            "start": 931081219,
            "stop": 931081220
        },
        {
            "start": 931081223,
            "stop": 931081225
        },
        {
            "start": 931081226,
            "stop": 931081228
        },
        {
            "start": 931081229,
            "stop": 931081231
        }
    ]
}