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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=101",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=99",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 100,
    "results": [
        {
            "start": 1239825794,
            "stop": 1239825912
        },
        {
            "start": 1239825914,
            "stop": 1239826032
        },
        {
            "start": 1239826034,
            "stop": 1239826152
        },
        {
            "start": 1239826154,
            "stop": 1239826272
        },
        {
            "start": 1239826274,
            "stop": 1239826392
        },
        {
            "start": 1239826394,
            "stop": 1239826512
        },
        {
            "start": 1239826514,
            "stop": 1239826632
        },
        {
            "start": 1239826634,
            "stop": 1239826752
        },
        {
            "start": 1239826754,
            "stop": 1239826872
        },
        {
            "start": 1239826874,
            "stop": 1239826992
        },
        {
            "start": 1239826994,
            "stop": 1239827112
        },
        {
            "start": 1239827114,
            "stop": 1239827212
        },
        {
            "start": 1239827214,
            "stop": 1239827352
        },
        {
            "start": 1239827354,
            "stop": 1239827472
        },
        {
            "start": 1239827474,
            "stop": 1239827592
        },
        {
            "start": 1239827594,
            "stop": 1239827712
        },
        {
            "start": 1239827714,
            "stop": 1239827832
        },
        {
            "start": 1239827834,
            "stop": 1239827952
        },
        {
            "start": 1239827954,
            "stop": 1239828072
        },
        {
            "start": 1239828074,
            "stop": 1239828192
        }
    ]
}