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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=260",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=258",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 259,
    "results": [
        {
            "start": 1241479495,
            "stop": 1241479664
        },
        {
            "start": 1241479665,
            "stop": 1241479750
        },
        {
            "start": 1241479754,
            "stop": 1241479778
        },
        {
            "start": 1241479783,
            "stop": 1241479787
        },
        {
            "start": 1241491760,
            "stop": 1241493380
        },
        {
            "start": 1241493382,
            "stop": 1241493385
        },
        {
            "start": 1241493388,
            "stop": 1241493640
        },
        {
            "start": 1241493641,
            "stop": 1241493642
        },
        {
            "start": 1241493643,
            "stop": 1241493644
        },
        {
            "start": 1241493647,
            "stop": 1241495458
        },
        {
            "start": 1241498544,
            "stop": 1241499524
        },
        {
            "start": 1241499527,
            "stop": 1241499530
        },
        {
            "start": 1241499531,
            "stop": 1241504674
        },
        {
            "start": 1241504676,
            "stop": 1241508250
        },
        {
            "start": 1241508295,
            "stop": 1241525423
        },
        {
            "start": 1241545751,
            "stop": 1241594335
        },
        {
            "start": 1241597285,
            "stop": 1241616520
        },
        {
            "start": 1241619258,
            "stop": 1241633724
        },
        {
            "start": 1241633725,
            "stop": 1241640401
        },
        {
            "start": 1241640402,
            "stop": 1241640932
        }
    ]
}