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=255
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=256",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=254",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 255,
    "results": [
        {
            "start": 1126889902,
            "stop": 1126890130
        },
        {
            "start": 1126890131,
            "stop": 1126890138
        },
        {
            "start": 1126890140,
            "stop": 1126890156
        },
        {
            "start": 1126890157,
            "stop": 1126890179
        },
        {
            "start": 1126890180,
            "stop": 1126890181
        },
        {
            "start": 1126890183,
            "stop": 1126890185
        },
        {
            "start": 1126890192,
            "stop": 1126890195
        },
        {
            "start": 1126890196,
            "stop": 1126890202
        },
        {
            "start": 1126890204,
            "stop": 1126890206
        },
        {
            "start": 1126890207,
            "stop": 1126890311
        },
        {
            "start": 1126890313,
            "stop": 1126890529
        },
        {
            "start": 1126890531,
            "stop": 1126890534
        },
        {
            "start": 1126890536,
            "stop": 1126890567
        },
        {
            "start": 1126890568,
            "stop": 1126890591
        },
        {
            "start": 1126890592,
            "stop": 1126890628
        },
        {
            "start": 1126890630,
            "stop": 1126890631
        },
        {
            "start": 1126890633,
            "stop": 1126890658
        },
        {
            "start": 1126890659,
            "stop": 1126890809
        },
        {
            "start": 1126890810,
            "stop": 1126890952
        },
        {
            "start": 1126890954,
            "stop": 1126891046
        }
    ]
}