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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=258",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=256",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 257,
    "results": [
        {
            "start": 931680223,
            "stop": 931680224
        },
        {
            "start": 931680230,
            "stop": 931680232
        },
        {
            "start": 931680235,
            "stop": 931680242
        },
        {
            "start": 931680246,
            "stop": 931680247
        },
        {
            "start": 931680250,
            "stop": 931680255
        },
        {
            "start": 931680258,
            "stop": 931680259
        },
        {
            "start": 931680262,
            "stop": 931680265
        },
        {
            "start": 931680276,
            "stop": 931680288
        },
        {
            "start": 931680291,
            "stop": 931680293
        },
        {
            "start": 931680298,
            "stop": 931680299
        },
        {
            "start": 931680302,
            "stop": 931680308
        },
        {
            "start": 931680311,
            "stop": 931680317
        },
        {
            "start": 931680320,
            "stop": 931680321
        },
        {
            "start": 931680326,
            "stop": 931680327
        },
        {
            "start": 931680339,
            "stop": 931680351
        },
        {
            "start": 931680354,
            "stop": 931680355
        },
        {
            "start": 931680358,
            "stop": 931680360
        },
        {
            "start": 931680368,
            "stop": 931680387
        },
        {
            "start": 931680395,
            "stop": 931680397
        },
        {
            "start": 931680403,
            "stop": 931680406
        }
    ]
}