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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5103",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=5101",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 5102,
    "results": [
        {
            "start": 1136977880,
            "stop": 1136977902
        },
        {
            "start": 1136977903,
            "stop": 1136977906
        },
        {
            "start": 1136977910,
            "stop": 1136977922
        },
        {
            "start": 1136977924,
            "stop": 1136977943
        },
        {
            "start": 1136977945,
            "stop": 1136977949
        },
        {
            "start": 1136977951,
            "stop": 1136977970
        },
        {
            "start": 1136977971,
            "stop": 1136977974
        },
        {
            "start": 1136977976,
            "stop": 1136977989
        },
        {
            "start": 1136977991,
            "stop": 1136978019
        },
        {
            "start": 1136978021,
            "stop": 1136978042
        },
        {
            "start": 1136978044,
            "stop": 1136978062
        },
        {
            "start": 1136978064,
            "stop": 1136978069
        },
        {
            "start": 1136978071,
            "stop": 1136978096
        },
        {
            "start": 1136978098,
            "stop": 1136978122
        },
        {
            "start": 1136978124,
            "stop": 1136978147
        },
        {
            "start": 1136978149,
            "stop": 1136978157
        },
        {
            "start": 1136978159,
            "stop": 1136978160
        },
        {
            "start": 1136978162,
            "stop": 1136978168
        },
        {
            "start": 1136978170,
            "stop": 1136978203
        },
        {
            "start": 1136978208,
            "stop": 1136978210
        }
    ]
}