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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29380",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29378",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29379,
    "results": [
        {
            "start": 971395706,
            "stop": 971397690
        },
        {
            "start": 971398339,
            "stop": 971398385
        },
        {
            "start": 971398386,
            "stop": 971398406
        },
        {
            "start": 971398408,
            "stop": 971398410
        },
        {
            "start": 971398411,
            "stop": 971398422
        },
        {
            "start": 971398423,
            "stop": 971398430
        },
        {
            "start": 971398431,
            "stop": 971398434
        },
        {
            "start": 971398436,
            "stop": 971398437
        },
        {
            "start": 971398442,
            "stop": 971398447
        },
        {
            "start": 971398449,
            "stop": 971398451
        },
        {
            "start": 971398452,
            "stop": 971398458
        },
        {
            "start": 971398460,
            "stop": 971398477
        },
        {
            "start": 971398478,
            "stop": 971398497
        },
        {
            "start": 971398501,
            "stop": 971398514
        },
        {
            "start": 971398516,
            "stop": 971398540
        },
        {
            "start": 971398541,
            "stop": 971398543
        },
        {
            "start": 971398545,
            "stop": 971398557
        },
        {
            "start": 971398558,
            "stop": 971398563
        },
        {
            "start": 971398565,
            "stop": 971398570
        },
        {
            "start": 971398571,
            "stop": 971398578
        }
    ]
}