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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=390",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=388",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 389,
    "results": [
        {
            "start": 932480875,
            "stop": 932482815
        },
        {
            "start": 932483175,
            "stop": 932483648
        },
        {
            "start": 932483651,
            "stop": 932483666
        },
        {
            "start": 932483668,
            "stop": 932485081
        },
        {
            "start": 932485084,
            "stop": 932485777
        },
        {
            "start": 932485779,
            "stop": 932486014
        },
        {
            "start": 932486015,
            "stop": 932486415
        },
        {
            "start": 932486775,
            "stop": 932486954
        },
        {
            "start": 932492039,
            "stop": 932492051
        },
        {
            "start": 932492053,
            "stop": 932492170
        },
        {
            "start": 932492173,
            "stop": 932492216
        },
        {
            "start": 932492218,
            "stop": 932492245
        },
        {
            "start": 932492249,
            "stop": 932492276
        },
        {
            "start": 932492278,
            "stop": 932492576
        },
        {
            "start": 932492578,
            "stop": 932493016
        },
        {
            "start": 932493019,
            "stop": 932493615
        },
        {
            "start": 932493975,
            "stop": 932494793
        },
        {
            "start": 932495918,
            "stop": 932496484
        },
        {
            "start": 932498631,
            "stop": 932499005
        },
        {
            "start": 932499006,
            "stop": 932500815
        }
    ]
}