Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1043
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1044",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=1042",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 1043,
    "results": [
        {
            "start": 1252890273,
            "stop": 1252890364
        },
        {
            "start": 1252890368,
            "stop": 1252891627
        },
        {
            "start": 1252891631,
            "stop": 1252892978
        },
        {
            "start": 1252892984,
            "stop": 1252893313
        },
        {
            "start": 1252893318,
            "stop": 1252893622
        },
        {
            "start": 1252893625,
            "stop": 1252893873
        },
        {
            "start": 1252893876,
            "stop": 1252894287
        },
        {
            "start": 1252894291,
            "stop": 1252894434
        },
        {
            "start": 1252894436,
            "stop": 1252894453
        },
        {
            "start": 1252894456,
            "stop": 1252894656
        },
        {
            "start": 1252894660,
            "stop": 1252894702
        },
        {
            "start": 1252894709,
            "stop": 1252895240
        },
        {
            "start": 1252895244,
            "stop": 1252895381
        },
        {
            "start": 1252895384,
            "stop": 1252895727
        },
        {
            "start": 1252895731,
            "stop": 1252895900
        },
        {
            "start": 1252895904,
            "stop": 1252896239
        },
        {
            "start": 1252896243,
            "stop": 1252896581
        },
        {
            "start": 1252896585,
            "stop": 1252897819
        },
        {
            "start": 1252897826,
            "stop": 1252898727
        },
        {
            "start": 1252898732,
            "stop": 1252899001
        }
    ]
}