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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5762",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5760",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5761,
    "results": [
        {
            "start": 874637445,
            "stop": 874637491
        },
        {
            "start": 874637495,
            "stop": 874637596
        },
        {
            "start": 874637600,
            "stop": 874637667
        },
        {
            "start": 874637670,
            "stop": 874637774
        },
        {
            "start": 874637778,
            "stop": 874637848
        },
        {
            "start": 874637851,
            "stop": 874637967
        },
        {
            "start": 874637970,
            "stop": 874637978
        },
        {
            "start": 874637981,
            "stop": 874638021
        },
        {
            "start": 874638024,
            "stop": 874638032
        },
        {
            "start": 874638035,
            "stop": 874638051
        },
        {
            "start": 874638054,
            "stop": 874638070
        },
        {
            "start": 874638073,
            "stop": 874638093
        },
        {
            "start": 874638096,
            "stop": 874638098
        },
        {
            "start": 874638101,
            "stop": 874638164
        },
        {
            "start": 874638167,
            "stop": 874638185
        },
        {
            "start": 874638189,
            "stop": 874638259
        },
        {
            "start": 874638262,
            "stop": 874638389
        },
        {
            "start": 874638395,
            "stop": 874638535
        },
        {
            "start": 874638538,
            "stop": 874638719
        },
        {
            "start": 874638722,
            "stop": 874638890
        }
    ]
}