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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=79",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 80,
    "results": [
        {
            "start": 931480149,
            "stop": 931480161
        },
        {
            "start": 931480164,
            "stop": 931480236
        },
        {
            "start": 931480239,
            "stop": 931480247
        },
        {
            "start": 931480249,
            "stop": 931480251
        },
        {
            "start": 931483275,
            "stop": 931483277
        },
        {
            "start": 931483281,
            "stop": 931483282
        },
        {
            "start": 931483291,
            "stop": 931483293
        },
        {
            "start": 931483311,
            "stop": 931483313
        },
        {
            "start": 931483316,
            "stop": 931483317
        },
        {
            "start": 931483320,
            "stop": 931483336
        },
        {
            "start": 931483337,
            "stop": 931483347
        },
        {
            "start": 931483348,
            "stop": 931483349
        },
        {
            "start": 931483351,
            "stop": 931483352
        },
        {
            "start": 931483354,
            "stop": 931483372
        },
        {
            "start": 931483373,
            "stop": 931483395
        },
        {
            "start": 931484557,
            "stop": 931484690
        },
        {
            "start": 931484708,
            "stop": 931484891
        },
        {
            "start": 931484909,
            "stop": 931485008
        },
        {
            "start": 931485026,
            "stop": 931485510
        },
        {
            "start": 931485539,
            "stop": 931485589
        }
    ]
}