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=29304
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=29305",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29303",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29304,
    "results": [
        {
            "start": 971181336,
            "stop": 971181341
        },
        {
            "start": 971181343,
            "stop": 971181344
        },
        {
            "start": 971181345,
            "stop": 971181346
        },
        {
            "start": 971181348,
            "stop": 971181349
        },
        {
            "start": 971181350,
            "stop": 971181353
        },
        {
            "start": 971181355,
            "stop": 971181357
        },
        {
            "start": 971181358,
            "stop": 971181359
        },
        {
            "start": 971181361,
            "stop": 971181362
        },
        {
            "start": 971181363,
            "stop": 971181364
        },
        {
            "start": 971181369,
            "stop": 971181373
        },
        {
            "start": 971181378,
            "stop": 971181380
        },
        {
            "start": 971181384,
            "stop": 971181385
        },
        {
            "start": 971181386,
            "stop": 971181387
        },
        {
            "start": 971181391,
            "stop": 971181392
        },
        {
            "start": 971181396,
            "stop": 971181400
        },
        {
            "start": 971181404,
            "stop": 971181409
        },
        {
            "start": 971181411,
            "stop": 971181416
        },
        {
            "start": 971181420,
            "stop": 971181422
        },
        {
            "start": 971181424,
            "stop": 971181426
        },
        {
            "start": 971181427,
            "stop": 971181428
        }
    ]
}