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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29327",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29325",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29326,
    "results": [
        {
            "start": 971242036,
            "stop": 971242037
        },
        {
            "start": 971242039,
            "stop": 971242047
        },
        {
            "start": 971242048,
            "stop": 971242076
        },
        {
            "start": 971242078,
            "stop": 971242087
        },
        {
            "start": 971242089,
            "stop": 971242097
        },
        {
            "start": 971242099,
            "stop": 971242123
        },
        {
            "start": 971242126,
            "stop": 971242131
        },
        {
            "start": 971242132,
            "stop": 971242135
        },
        {
            "start": 971242136,
            "stop": 971242146
        },
        {
            "start": 971242148,
            "stop": 971242155
        },
        {
            "start": 971242156,
            "stop": 971242157
        },
        {
            "start": 971242159,
            "stop": 971242161
        },
        {
            "start": 971242164,
            "stop": 971242167
        },
        {
            "start": 971242169,
            "stop": 971242171
        },
        {
            "start": 971242172,
            "stop": 971242188
        },
        {
            "start": 971242189,
            "stop": 971242191
        },
        {
            "start": 971242194,
            "stop": 971242196
        },
        {
            "start": 971242205,
            "stop": 971242207
        },
        {
            "start": 971242208,
            "stop": 971242213
        },
        {
            "start": 971242214,
            "stop": 971242215
        }
    ]
}