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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29385",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29383",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29384,
    "results": [
        {
            "start": 971399293,
            "stop": 971399314
        },
        {
            "start": 971399315,
            "stop": 971399330
        },
        {
            "start": 971399331,
            "stop": 971399347
        },
        {
            "start": 971399348,
            "stop": 971399365
        },
        {
            "start": 971399366,
            "stop": 971399377
        },
        {
            "start": 971399381,
            "stop": 971399400
        },
        {
            "start": 971399401,
            "stop": 971399415
        },
        {
            "start": 971399416,
            "stop": 971399438
        },
        {
            "start": 971399439,
            "stop": 971399455
        },
        {
            "start": 971399457,
            "stop": 971399460
        },
        {
            "start": 971399461,
            "stop": 971399466
        },
        {
            "start": 971399468,
            "stop": 971399478
        },
        {
            "start": 971399480,
            "stop": 971399484
        },
        {
            "start": 971399485,
            "stop": 971399507
        },
        {
            "start": 971399508,
            "stop": 971399514
        },
        {
            "start": 971399516,
            "stop": 971399560
        },
        {
            "start": 971399561,
            "stop": 971399575
        },
        {
            "start": 971399577,
            "stop": 971399595
        },
        {
            "start": 971399598,
            "stop": 971399620
        },
        {
            "start": 971399623,
            "stop": 971399629
        }
    ]
}