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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=476",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=474",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 475,
    "results": [
        {
            "start": 865619959,
            "stop": 865620319
        },
        {
            "start": 865622920,
            "stop": 865625070
        },
        {
            "start": 865625075,
            "stop": 865625311
        },
        {
            "start": 865625314,
            "stop": 865625814
        },
        {
            "start": 865626114,
            "stop": 865630925
        },
        {
            "start": 865630928,
            "stop": 865630952
        },
        {
            "start": 865630956,
            "stop": 865635991
        },
        {
            "start": 865635994,
            "stop": 865635998
        },
        {
            "start": 865636003,
            "stop": 865641485
        },
        {
            "start": 865641486,
            "stop": 865645694
        },
        {
            "start": 865646750,
            "stop": 865668084
        },
        {
            "start": 865670152,
            "stop": 865684067
        },
        {
            "start": 865684073,
            "stop": 865684080
        },
        {
            "start": 865684433,
            "stop": 865695242
        },
        {
            "start": 865720229,
            "stop": 865720550
        },
        {
            "start": 865720953,
            "stop": 865721097
        },
        {
            "start": 865721565,
            "stop": 865736606
        },
        {
            "start": 865738229,
            "stop": 865743301
        },
        {
            "start": 865744591,
            "stop": 865744644
        },
        {
            "start": 865745061,
            "stop": 865745299
        }
    ]
}