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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=435",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=433",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 434,
    "results": [
        {
            "start": 866958975,
            "stop": 866999725
        },
        {
            "start": 867006565,
            "stop": 867016257
        },
        {
            "start": 867022019,
            "stop": 867022758
        },
        {
            "start": 867023974,
            "stop": 867025115
        },
        {
            "start": 867033933,
            "stop": 867035130
        },
        {
            "start": 867036496,
            "stop": 867036651
        },
        {
            "start": 867040121,
            "stop": 867056207
        },
        {
            "start": 867057277,
            "stop": 867082464
        },
        {
            "start": 867084495,
            "stop": 867091312
        },
        {
            "start": 867108957,
            "stop": 867120034
        },
        {
            "start": 867120038,
            "stop": 867120099
        },
        {
            "start": 867120103,
            "stop": 867120598
        },
        {
            "start": 867120601,
            "stop": 867120606
        },
        {
            "start": 867120610,
            "stop": 867120614
        },
        {
            "start": 867120890,
            "stop": 867121061
        },
        {
            "start": 867121064,
            "stop": 867121096
        },
        {
            "start": 867121100,
            "stop": 867121147
        },
        {
            "start": 867121151,
            "stop": 867121280
        },
        {
            "start": 867123116,
            "stop": 867123147
        },
        {
            "start": 867123151,
            "stop": 867123337
        }
    ]
}