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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1731",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1729",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1730,
    "results": [
        {
            "start": 1249233394,
            "stop": 1249233988
        },
        {
            "start": 1249233991,
            "stop": 1249234030
        },
        {
            "start": 1249234033,
            "stop": 1249234065
        },
        {
            "start": 1249234068,
            "stop": 1249234249
        },
        {
            "start": 1249234252,
            "stop": 1249234284
        },
        {
            "start": 1249234287,
            "stop": 1249234760
        },
        {
            "start": 1249234762,
            "stop": 1249234959
        },
        {
            "start": 1249234962,
            "stop": 1249235088
        },
        {
            "start": 1249235090,
            "stop": 1249235271
        },
        {
            "start": 1249235274,
            "stop": 1249235290
        },
        {
            "start": 1249235293,
            "stop": 1249235629
        },
        {
            "start": 1249235632,
            "stop": 1249235640
        },
        {
            "start": 1249235643,
            "stop": 1249235659
        },
        {
            "start": 1249235661,
            "stop": 1249235767
        },
        {
            "start": 1249235770,
            "stop": 1249236045
        },
        {
            "start": 1249236048,
            "stop": 1249236053
        },
        {
            "start": 1249236056,
            "stop": 1249236075
        },
        {
            "start": 1249236078,
            "stop": 1249236186
        },
        {
            "start": 1249236189,
            "stop": 1249236401
        },
        {
            "start": 1249236512,
            "stop": 1249236588
        }
    ]
}