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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14112",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4/segments?format=api&page=14110",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14111,
    "results": [
        {
            "start": 971160291,
            "stop": 971160292
        },
        {
            "start": 971160293,
            "stop": 971160295
        },
        {
            "start": 971160296,
            "stop": 971160299
        },
        {
            "start": 971160301,
            "stop": 971160307
        },
        {
            "start": 971160309,
            "stop": 971160310
        },
        {
            "start": 971160311,
            "stop": 971160313
        },
        {
            "start": 971160314,
            "stop": 971160315
        },
        {
            "start": 971160318,
            "stop": 971160322
        },
        {
            "start": 971160323,
            "stop": 971160325
        },
        {
            "start": 971160330,
            "stop": 971160332
        },
        {
            "start": 971160333,
            "stop": 971160334
        },
        {
            "start": 971160335,
            "stop": 971160337
        },
        {
            "start": 971160339,
            "stop": 971160342
        },
        {
            "start": 971160344,
            "stop": 971160345
        },
        {
            "start": 971160346,
            "stop": 971160351
        },
        {
            "start": 971160352,
            "stop": 971160360
        },
        {
            "start": 971160361,
            "stop": 971160365
        },
        {
            "start": 971160366,
            "stop": 971160367
        },
        {
            "start": 971160369,
            "stop": 971160371
        },
        {
            "start": 971160373,
            "stop": 971160377
        }
    ]
}