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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=74",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_CBC_CAT2/segments?format=api&page=72",
    "results_count": 7130,
    "results_per_page": 20,
    "num_pages": 357,
    "page_number": 73,
    "results": [
        {
            "start": 1238420754,
            "stop": 1238420758
        },
        {
            "start": 1238420759,
            "stop": 1238421148
        },
        {
            "start": 1238421149,
            "stop": 1238421371
        },
        {
            "start": 1238421372,
            "stop": 1238421433
        },
        {
            "start": 1238421434,
            "stop": 1238421627
        },
        {
            "start": 1238421628,
            "stop": 1238421681
        },
        {
            "start": 1238421683,
            "stop": 1238421684
        },
        {
            "start": 1238421685,
            "stop": 1238421745
        },
        {
            "start": 1238421747,
            "stop": 1238421750
        },
        {
            "start": 1238421751,
            "stop": 1238421867
        },
        {
            "start": 1238421868,
            "stop": 1238421872
        },
        {
            "start": 1238421875,
            "stop": 1238421876
        },
        {
            "start": 1238421877,
            "stop": 1238422201
        },
        {
            "start": 1238422203,
            "stop": 1238422204
        },
        {
            "start": 1238422205,
            "stop": 1238422206
        },
        {
            "start": 1238422210,
            "stop": 1238422263
        },
        {
            "start": 1238422265,
            "stop": 1238422519
        },
        {
            "start": 1238422520,
            "stop": 1238422714
        },
        {
            "start": 1238422715,
            "stop": 1238422716
        },
        {
            "start": 1238422719,
            "stop": 1238422722
        }
    ]
}