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

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=281",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT2/segments?format=api&page=279",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 280,
    "results": [
        {
            "start": 1262868966,
            "stop": 1262872212
        },
        {
            "start": 1262872217,
            "stop": 1262873960
        },
        {
            "start": 1262873964,
            "stop": 1262875174
        },
        {
            "start": 1262875177,
            "stop": 1262877314
        },
        {
            "start": 1262877317,
            "stop": 1262881781
        },
        {
            "start": 1262881784,
            "stop": 1262884211
        },
        {
            "start": 1262884215,
            "stop": 1262885919
        },
        {
            "start": 1262885924,
            "stop": 1262887156
        },
        {
            "start": 1262887160,
            "stop": 1262890174
        },
        {
            "start": 1262890179,
            "stop": 1262893035
        },
        {
            "start": 1262893039,
            "stop": 1262894329
        },
        {
            "start": 1262894334,
            "stop": 1262896861
        },
        {
            "start": 1262896863,
            "stop": 1262897086
        },
        {
            "start": 1262897091,
            "stop": 1262898774
        },
        {
            "start": 1262898779,
            "stop": 1262899765
        },
        {
            "start": 1262908706,
            "stop": 1262909848
        },
        {
            "start": 1262909850,
            "stop": 1262910927
        },
        {
            "start": 1262910929,
            "stop": 1262911374
        },
        {
            "start": 1262911377,
            "stop": 1262913611
        },
        {
            "start": 1262913614,
            "stop": 1262913632
        }
    ]
}