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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=23",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=21",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 22,
    "results": [
        {
            "start": 816596823,
            "stop": 816597523
        },
        {
            "start": 816597704,
            "stop": 816597883
        },
        {
            "start": 816598064,
            "stop": 816598243
        },
        {
            "start": 816598424,
            "stop": 816603815
        },
        {
            "start": 816603817,
            "stop": 816615583
        },
        {
            "start": 816615764,
            "stop": 816618515
        },
        {
            "start": 816618518,
            "stop": 816620280
        },
        {
            "start": 816620340,
            "stop": 816623216
        },
        {
            "start": 816625941,
            "stop": 816626700
        },
        {
            "start": 816626914,
            "stop": 816630067
        },
        {
            "start": 816633130,
            "stop": 816633570
        },
        {
            "start": 816634759,
            "stop": 816635039
        },
        {
            "start": 816635861,
            "stop": 816636905
        },
        {
            "start": 816636973,
            "stop": 816637602
        },
        {
            "start": 816650176,
            "stop": 816655460
        },
        {
            "start": 816655463,
            "stop": 816656394
        },
        {
            "start": 816656397,
            "stop": 816656880
        },
        {
            "start": 816656940,
            "stop": 816657324
        },
        {
            "start": 816660712,
            "stop": 816663411
        },
        {
            "start": 816663416,
            "stop": 816667339
        }
    ]
}