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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=285",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=283",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 284,
    "results": [
        {
            "start": 818231000,
            "stop": 818231003
        },
        {
            "start": 818231014,
            "stop": 818231017
        },
        {
            "start": 818231034,
            "stop": 818231035
        },
        {
            "start": 818231048,
            "stop": 818231049
        },
        {
            "start": 818231067,
            "stop": 818231069
        },
        {
            "start": 818231090,
            "stop": 818231096
        },
        {
            "start": 818231099,
            "stop": 818231101
        },
        {
            "start": 818231106,
            "stop": 818231108
        },
        {
            "start": 818231124,
            "stop": 818231126
        },
        {
            "start": 818231136,
            "stop": 818231138
        },
        {
            "start": 818231142,
            "stop": 818231143
        },
        {
            "start": 818231171,
            "stop": 818231172
        },
        {
            "start": 818231222,
            "stop": 818231224
        },
        {
            "start": 818231227,
            "stop": 818231233
        },
        {
            "start": 818231262,
            "stop": 818231266
        },
        {
            "start": 818231282,
            "stop": 818231283
        },
        {
            "start": 818231286,
            "stop": 818231294
        },
        {
            "start": 818231304,
            "stop": 818231306
        },
        {
            "start": 818231309,
            "stop": 818231311
        },
        {
            "start": 818231316,
            "stop": 818231317
        }
    ]
}