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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=902",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=900",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 901,
    "results": [
        {
            "start": 864548887,
            "stop": 864549517
        },
        {
            "start": 864549667,
            "stop": 864550327
        },
        {
            "start": 864550477,
            "stop": 864550927
        },
        {
            "start": 864551127,
            "stop": 864557637
        },
        {
            "start": 864557727,
            "stop": 864557817
        },
        {
            "start": 864557847,
            "stop": 864560247
        },
        {
            "start": 864560890,
            "stop": 864561130
        },
        {
            "start": 864561305,
            "stop": 864562685
        },
        {
            "start": 864562898,
            "stop": 864563378
        },
        {
            "start": 864566342,
            "stop": 864566522
        },
        {
            "start": 864567105,
            "stop": 864567765
        },
        {
            "start": 864567921,
            "stop": 864567981
        },
        {
            "start": 864568289,
            "stop": 864568529
        },
        {
            "start": 864568678,
            "stop": 864570778
        },
        {
            "start": 864570961,
            "stop": 864571021
        },
        {
            "start": 864571177,
            "stop": 864571297
        },
        {
            "start": 864571438,
            "stop": 864571678
        },
        {
            "start": 864571898,
            "stop": 864572078
        },
        {
            "start": 864572366,
            "stop": 864572546
        },
        {
            "start": 864572708,
            "stop": 864573068
        }
    ]
}