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=109
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=110",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=108",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 109,
    "results": [
        {
            "start": 817858098,
            "stop": 817858132
        },
        {
            "start": 817858138,
            "stop": 817858162
        },
        {
            "start": 817858165,
            "stop": 817858173
        },
        {
            "start": 817858177,
            "stop": 817858312
        },
        {
            "start": 817858317,
            "stop": 817858318
        },
        {
            "start": 817858322,
            "stop": 817858491
        },
        {
            "start": 817858496,
            "stop": 817858515
        },
        {
            "start": 817858519,
            "stop": 817858538
        },
        {
            "start": 817858543,
            "stop": 817858550
        },
        {
            "start": 817858553,
            "stop": 817858594
        },
        {
            "start": 817858597,
            "stop": 817858606
        },
        {
            "start": 817858610,
            "stop": 817858629
        },
        {
            "start": 817858634,
            "stop": 817858736
        },
        {
            "start": 817858739,
            "stop": 817858779
        },
        {
            "start": 817858782,
            "stop": 817858805
        },
        {
            "start": 817858812,
            "stop": 817858982
        },
        {
            "start": 817858988,
            "stop": 817859000
        },
        {
            "start": 817859010,
            "stop": 817859039
        },
        {
            "start": 817859042,
            "stop": 817859078
        },
        {
            "start": 817859081,
            "stop": 817859114
        }
    ]
}