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=40881
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=40882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40880",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40881,
    "results": [
        {
            "start": 875066764,
            "stop": 875066905
        },
        {
            "start": 875066907,
            "stop": 875066954
        },
        {
            "start": 875066955,
            "stop": 875066997
        },
        {
            "start": 875066998,
            "stop": 875067029
        },
        {
            "start": 875067030,
            "stop": 875067082
        },
        {
            "start": 875067083,
            "stop": 875067091
        },
        {
            "start": 875067093,
            "stop": 875067103
        },
        {
            "start": 875067105,
            "stop": 875067124
        },
        {
            "start": 875067127,
            "stop": 875067164
        },
        {
            "start": 875067166,
            "stop": 875067167
        },
        {
            "start": 875067168,
            "stop": 875067252
        },
        {
            "start": 875067254,
            "stop": 875067274
        },
        {
            "start": 875067275,
            "stop": 875067288
        },
        {
            "start": 875067289,
            "stop": 875067302
        },
        {
            "start": 875067303,
            "stop": 875067337
        },
        {
            "start": 875067339,
            "stop": 875067345
        },
        {
            "start": 875067346,
            "stop": 875067402
        },
        {
            "start": 875067403,
            "stop": 875067413
        },
        {
            "start": 875067414,
            "stop": 875067436
        },
        {
            "start": 875067438,
            "stop": 875067446
        }
    ]
}