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=270
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=271",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=269",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 270,
    "results": [
        {
            "start": 1242313675,
            "stop": 1242313677
        },
        {
            "start": 1242313680,
            "stop": 1242313829
        },
        {
            "start": 1242313830,
            "stop": 1242314037
        },
        {
            "start": 1242314040,
            "stop": 1242314057
        },
        {
            "start": 1242314066,
            "stop": 1242314078
        },
        {
            "start": 1242314079,
            "stop": 1242314157
        },
        {
            "start": 1242314160,
            "stop": 1242314226
        },
        {
            "start": 1242314227,
            "stop": 1242314228
        },
        {
            "start": 1242314229,
            "stop": 1242314236
        },
        {
            "start": 1242314238,
            "stop": 1242314450
        },
        {
            "start": 1242314452,
            "stop": 1242314453
        },
        {
            "start": 1242314454,
            "stop": 1242314623
        },
        {
            "start": 1242314625,
            "stop": 1242314632
        },
        {
            "start": 1242314633,
            "stop": 1242314885
        },
        {
            "start": 1242314977,
            "stop": 1242315233
        },
        {
            "start": 1242315241,
            "stop": 1242315242
        },
        {
            "start": 1242315248,
            "stop": 1242316392
        },
        {
            "start": 1242326532,
            "stop": 1242345888
        },
        {
            "start": 1242346157,
            "stop": 1242389438
        },
        {
            "start": 1242401390,
            "stop": 1242421319
        }
    ]
}