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=40997
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=40998",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40996",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40997,
    "results": [
        {
            "start": 875147581,
            "stop": 875147643
        },
        {
            "start": 875147645,
            "stop": 875147647
        },
        {
            "start": 875147648,
            "stop": 875147656
        },
        {
            "start": 875147657,
            "stop": 875147665
        },
        {
            "start": 875147667,
            "stop": 875147682
        },
        {
            "start": 875147684,
            "stop": 875147750
        },
        {
            "start": 875147752,
            "stop": 875147757
        },
        {
            "start": 875147760,
            "stop": 875147771
        },
        {
            "start": 875147773,
            "stop": 875147792
        },
        {
            "start": 875147794,
            "stop": 875147829
        },
        {
            "start": 875147830,
            "stop": 875147834
        },
        {
            "start": 875147836,
            "stop": 875147864
        },
        {
            "start": 875147865,
            "stop": 875147866
        },
        {
            "start": 875147867,
            "stop": 875147878
        },
        {
            "start": 875147881,
            "stop": 875147899
        },
        {
            "start": 875147900,
            "stop": 875147920
        },
        {
            "start": 875147922,
            "stop": 875147942
        },
        {
            "start": 875147943,
            "stop": 875147971
        },
        {
            "start": 875147972,
            "stop": 875147990
        },
        {
            "start": 875147991,
            "stop": 875148025
        }
    ]
}