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=70
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=71",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=69",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 70,
    "results": [
        {
            "start": 1238360161,
            "stop": 1238360280
        },
        {
            "start": 1238360281,
            "stop": 1238360639
        },
        {
            "start": 1238362764,
            "stop": 1238363382
        },
        {
            "start": 1238363384,
            "stop": 1238364184
        },
        {
            "start": 1238364185,
            "stop": 1238364294
        },
        {
            "start": 1238364295,
            "stop": 1238364486
        },
        {
            "start": 1238364487,
            "stop": 1238364501
        },
        {
            "start": 1238364503,
            "stop": 1238365603
        },
        {
            "start": 1238365605,
            "stop": 1238367375
        },
        {
            "start": 1238367380,
            "stop": 1238368267
        },
        {
            "start": 1238368269,
            "stop": 1238372430
        },
        {
            "start": 1238372432,
            "stop": 1238374936
        },
        {
            "start": 1238374944,
            "stop": 1238374951
        },
        {
            "start": 1238374956,
            "stop": 1238374959
        },
        {
            "start": 1238374964,
            "stop": 1238388202
        },
        {
            "start": 1238388203,
            "stop": 1238393726
        },
        {
            "start": 1238393727,
            "stop": 1238396526
        },
        {
            "start": 1238396527,
            "stop": 1238400363
        },
        {
            "start": 1238400364,
            "stop": 1238411461
        },
        {
            "start": 1238411462,
            "stop": 1238411663
        }
    ]
}