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=356
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=357",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=355",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 356,
    "results": [
        {
            "start": 1253501813,
            "stop": 1253546748
        },
        {
            "start": 1253546820,
            "stop": 1253548704
        },
        {
            "start": 1253548705,
            "stop": 1253554383
        },
        {
            "start": 1253554385,
            "stop": 1253555900
        },
        {
            "start": 1253560462,
            "stop": 1253561957
        },
        {
            "start": 1253561958,
            "stop": 1253572847
        },
        {
            "start": 1253575402,
            "stop": 1253578337
        },
        {
            "start": 1253578339,
            "stop": 1253623837
        },
        {
            "start": 1253623844,
            "stop": 1253625505
        },
        {
            "start": 1253625506,
            "stop": 1253631712
        },
        {
            "start": 1253631713,
            "stop": 1253646087
        },
        {
            "start": 1253648765,
            "stop": 1253656842
        },
        {
            "start": 1253659264,
            "stop": 1253675848
        },
        {
            "start": 1253675849,
            "stop": 1253680768
        },
        {
            "start": 1253680769,
            "stop": 1253714972
        },
        {
            "start": 1253714973,
            "stop": 1253731956
        },
        {
            "start": 1253731957,
            "stop": 1253736093
        },
        {
            "start": 1253736094,
            "stop": 1253739653
        },
        {
            "start": 1253739655,
            "stop": 1253741475
        },
        {
            "start": 1253741476,
            "stop": 1253752012
        }
    ]
}