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=29276
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=29277",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT4H/segments?format=api&page=29275",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29276,
    "results": [
        {
            "start": 971178227,
            "stop": 971178228
        },
        {
            "start": 971178231,
            "stop": 971178232
        },
        {
            "start": 971178237,
            "stop": 971178239
        },
        {
            "start": 971178241,
            "stop": 971178242
        },
        {
            "start": 971178245,
            "stop": 971178248
        },
        {
            "start": 971178249,
            "stop": 971178257
        },
        {
            "start": 971178258,
            "stop": 971178260
        },
        {
            "start": 971178264,
            "stop": 971178265
        },
        {
            "start": 971178266,
            "stop": 971178269
        },
        {
            "start": 971178273,
            "stop": 971178276
        },
        {
            "start": 971178280,
            "stop": 971178285
        },
        {
            "start": 971178286,
            "stop": 971178290
        },
        {
            "start": 971178291,
            "stop": 971178292
        },
        {
            "start": 971178295,
            "stop": 971178299
        },
        {
            "start": 971178300,
            "stop": 971178302
        },
        {
            "start": 971178304,
            "stop": 971178317
        },
        {
            "start": 971178318,
            "stop": 971178320
        },
        {
            "start": 971178321,
            "stop": 971178331
        },
        {
            "start": 971178333,
            "stop": 971178335
        },
        {
            "start": 971178339,
            "stop": 971178340
        }
    ]
}