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=33314
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=33315",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33313",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33314,
    "results": [
        {
            "start": 971011975,
            "stop": 971011981
        },
        {
            "start": 971011984,
            "stop": 971011999
        },
        {
            "start": 971012002,
            "stop": 971012012
        },
        {
            "start": 971012015,
            "stop": 971012022
        },
        {
            "start": 971012023,
            "stop": 971012025
        },
        {
            "start": 971012026,
            "stop": 971012028
        },
        {
            "start": 971012033,
            "stop": 971012034
        },
        {
            "start": 971012035,
            "stop": 971012056
        },
        {
            "start": 971012176,
            "stop": 971012183
        },
        {
            "start": 971012184,
            "stop": 971012190
        },
        {
            "start": 971012191,
            "stop": 971012197
        },
        {
            "start": 971012200,
            "stop": 971012215
        },
        {
            "start": 971012218,
            "stop": 971012224
        },
        {
            "start": 971012229,
            "stop": 971012239
        },
        {
            "start": 971012240,
            "stop": 971012257
        },
        {
            "start": 971012258,
            "stop": 971012263
        },
        {
            "start": 971012268,
            "stop": 971012273
        },
        {
            "start": 971012274,
            "stop": 971012283
        },
        {
            "start": 971012285,
            "stop": 971012289
        },
        {
            "start": 971012290,
            "stop": 971012302
        }
    ]
}