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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40567",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40565",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40566,
    "results": [
        {
            "start": 874842600,
            "stop": 874842608
        },
        {
            "start": 874842609,
            "stop": 874842619
        },
        {
            "start": 874842620,
            "stop": 874842639
        },
        {
            "start": 874842640,
            "stop": 874842644
        },
        {
            "start": 874842646,
            "stop": 874842655
        },
        {
            "start": 874842656,
            "stop": 874842658
        },
        {
            "start": 874842660,
            "stop": 874842661
        },
        {
            "start": 874842662,
            "stop": 874842700
        },
        {
            "start": 874842702,
            "stop": 874842763
        },
        {
            "start": 874842764,
            "stop": 874842779
        },
        {
            "start": 874842781,
            "stop": 874842835
        },
        {
            "start": 874842836,
            "stop": 874842941
        },
        {
            "start": 874842942,
            "stop": 874842947
        },
        {
            "start": 874842948,
            "stop": 874843103
        },
        {
            "start": 874843104,
            "stop": 874843143
        },
        {
            "start": 874843145,
            "stop": 874843179
        },
        {
            "start": 874843181,
            "stop": 874843267
        },
        {
            "start": 874843268,
            "stop": 874843283
        },
        {
            "start": 874843284,
            "stop": 874843380
        },
        {
            "start": 874843381,
            "stop": 874843401
        }
    ]
}