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

{
    "next": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=272",
    "previous": "https://gwosc.org/api/v2/runs/O2/timelines/H1_BURST_CAT2/segments?format=api&page=270",
    "results_count": 11548,
    "results_per_page": 20,
    "num_pages": 578,
    "page_number": 271,
    "results": [
        {
            "start": 1177162900,
            "stop": 1177164598
        },
        {
            "start": 1177164600,
            "stop": 1177164690
        },
        {
            "start": 1177164691,
            "stop": 1177164744
        },
        {
            "start": 1177164745,
            "stop": 1177165203
        },
        {
            "start": 1177165204,
            "stop": 1177165835
        },
        {
            "start": 1177165838,
            "stop": 1177166744
        },
        {
            "start": 1177166747,
            "stop": 1177166905
        },
        {
            "start": 1177166908,
            "stop": 1177166923
        },
        {
            "start": 1177166924,
            "stop": 1177166925
        },
        {
            "start": 1177166926,
            "stop": 1177166927
        },
        {
            "start": 1177166929,
            "stop": 1177166950
        },
        {
            "start": 1177166952,
            "stop": 1177167400
        },
        {
            "start": 1177167405,
            "stop": 1177167407
        },
        {
            "start": 1177167410,
            "stop": 1177167669
        },
        {
            "start": 1177167672,
            "stop": 1177167681
        },
        {
            "start": 1177209289,
            "stop": 1177212050
        },
        {
            "start": 1177212051,
            "stop": 1177216000
        },
        {
            "start": 1177216001,
            "stop": 1177216016
        },
        {
            "start": 1177216017,
            "stop": 1177217478
        },
        {
            "start": 1177217482,
            "stop": 1177217979
        }
    ]
}