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=396
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=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=395",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 396,
    "results": [
        {
            "start": 825942823,
            "stop": 825942831
        },
        {
            "start": 825942835,
            "stop": 825942837
        },
        {
            "start": 825942840,
            "stop": 825942848
        },
        {
            "start": 825942851,
            "stop": 825942852
        },
        {
            "start": 825942856,
            "stop": 825942860
        },
        {
            "start": 825942863,
            "stop": 825942864
        },
        {
            "start": 825942884,
            "stop": 825942891
        },
        {
            "start": 825942901,
            "stop": 825942906
        },
        {
            "start": 825942910,
            "stop": 825942911
        },
        {
            "start": 825942922,
            "stop": 825942924
        },
        {
            "start": 825942929,
            "stop": 825942931
        },
        {
            "start": 825942936,
            "stop": 825942937
        },
        {
            "start": 825942942,
            "stop": 825942944
        },
        {
            "start": 825942954,
            "stop": 825942957
        },
        {
            "start": 825942960,
            "stop": 825942965
        },
        {
            "start": 825942987,
            "stop": 825942988
        },
        {
            "start": 825943017,
            "stop": 825943020
        },
        {
            "start": 825943025,
            "stop": 825943027
        },
        {
            "start": 825943032,
            "stop": 825943034
        },
        {
            "start": 825943039,
            "stop": 825943041
        }
    ]
}