Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9760
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9761",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9759",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9760,
    "results": [
        {
            "start": 873576110,
            "stop": 873576111
        },
        {
            "start": 873576113,
            "stop": 873576127
        },
        {
            "start": 873576129,
            "stop": 873576131
        },
        {
            "start": 873576132,
            "stop": 873576135
        },
        {
            "start": 873576137,
            "stop": 873576138
        },
        {
            "start": 873576143,
            "stop": 873576144
        },
        {
            "start": 873576145,
            "stop": 873576147
        },
        {
            "start": 873576148,
            "stop": 873576149
        },
        {
            "start": 873576151,
            "stop": 873576152
        },
        {
            "start": 873576154,
            "stop": 873576155
        },
        {
            "start": 873576156,
            "stop": 873576157
        },
        {
            "start": 873576161,
            "stop": 873576165
        },
        {
            "start": 873576170,
            "stop": 873576171
        },
        {
            "start": 873576175,
            "stop": 873576177
        },
        {
            "start": 873576178,
            "stop": 873576180
        },
        {
            "start": 873576186,
            "stop": 873576188
        },
        {
            "start": 873576189,
            "stop": 873576192
        },
        {
            "start": 873576193,
            "stop": 873576194
        },
        {
            "start": 873576196,
            "stop": 873576200
        },
        {
            "start": 873576201,
            "stop": 873576206
        }
    ]
}