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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4067",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT2/segments?format=api&page=4065",
    "results_count": 81402,
    "results_per_page": 20,
    "num_pages": 4071,
    "page_number": 4066,
    "results": [
        {
            "start": 875122684,
            "stop": 875122741
        },
        {
            "start": 875122744,
            "stop": 875122837
        },
        {
            "start": 875122840,
            "stop": 875122893
        },
        {
            "start": 875122896,
            "stop": 875122924
        },
        {
            "start": 875122927,
            "stop": 875123204
        },
        {
            "start": 875123207,
            "stop": 875123262
        },
        {
            "start": 875123265,
            "stop": 875123297
        },
        {
            "start": 875123300,
            "stop": 875123409
        },
        {
            "start": 875123410,
            "stop": 875123417
        },
        {
            "start": 875123420,
            "stop": 875123449
        },
        {
            "start": 875123454,
            "stop": 875123464
        },
        {
            "start": 875123467,
            "stop": 875123494
        },
        {
            "start": 875123497,
            "stop": 875123498
        },
        {
            "start": 875123501,
            "stop": 875123533
        },
        {
            "start": 875123536,
            "stop": 875123647
        },
        {
            "start": 875123653,
            "stop": 875123659
        },
        {
            "start": 875123662,
            "stop": 875123668
        },
        {
            "start": 875123675,
            "stop": 875123678
        },
        {
            "start": 875123683,
            "stop": 875123741
        },
        {
            "start": 875123744,
            "stop": 875124243
        }
    ]
}