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=387
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=388",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3/segments?format=api&page=386",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 387,
    "results": [
        {
            "start": 932443988,
            "stop": 932444106
        },
        {
            "start": 932444226,
            "stop": 932444346
        },
        {
            "start": 932444466,
            "stop": 932444841
        },
        {
            "start": 932444851,
            "stop": 932446815
        },
        {
            "start": 932447175,
            "stop": 932447717
        },
        {
            "start": 932447720,
            "stop": 932450415
        },
        {
            "start": 932450775,
            "stop": 932452395
        },
        {
            "start": 932452397,
            "stop": 932452410
        },
        {
            "start": 932452412,
            "stop": 932452425
        },
        {
            "start": 932452427,
            "stop": 932452440
        },
        {
            "start": 932452442,
            "stop": 932452485
        },
        {
            "start": 932452487,
            "stop": 932452818
        },
        {
            "start": 932452821,
            "stop": 932454015
        },
        {
            "start": 932454375,
            "stop": 932454850
        },
        {
            "start": 932454853,
            "stop": 932455325
        },
        {
            "start": 932455327,
            "stop": 932456479
        },
        {
            "start": 932456483,
            "stop": 932456840
        },
        {
            "start": 932456842,
            "stop": 932457455
        },
        {
            "start": 932457457,
            "stop": 932457615
        },
        {
            "start": 932457975,
            "stop": 932458025
        }
    ]
}