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=275
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=276",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT3/segments?format=api&page=274",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 275,
    "results": [
        {
            "start": 1243962308,
            "stop": 1243962364
        },
        {
            "start": 1243962628,
            "stop": 1243993760
        },
        {
            "start": 1243993761,
            "stop": 1244052892
        },
        {
            "start": 1244056992,
            "stop": 1244064953
        },
        {
            "start": 1244067105,
            "stop": 1244098423
        },
        {
            "start": 1244106426,
            "stop": 1244208889
        },
        {
            "start": 1244214487,
            "stop": 1244216103
        },
        {
            "start": 1244216193,
            "stop": 1244224906
        },
        {
            "start": 1244224908,
            "stop": 1244226085
        },
        {
            "start": 1244228395,
            "stop": 1244229584
        },
        {
            "start": 1244229679,
            "stop": 1244230797
        },
        {
            "start": 1244230906,
            "stop": 1244248374
        },
        {
            "start": 1244248381,
            "stop": 1244254799
        },
        {
            "start": 1244259775,
            "stop": 1244296577
        },
        {
            "start": 1244317695,
            "stop": 1244349583
        },
        {
            "start": 1244349584,
            "stop": 1244388597
        },
        {
            "start": 1244388598,
            "stop": 1244396037
        },
        {
            "start": 1244396038,
            "stop": 1244409133
        },
        {
            "start": 1244421362,
            "stop": 1244449526
        },
        {
            "start": 1244449527,
            "stop": 1244456797
        }
    ]
}