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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2366",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2364",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2365,
    "results": [
        {
            "start": 874799796,
            "stop": 874802259
        },
        {
            "start": 874802925,
            "stop": 874802947
        },
        {
            "start": 874802968,
            "stop": 874803125
        },
        {
            "start": 874803151,
            "stop": 874803160
        },
        {
            "start": 874803180,
            "stop": 874803234
        },
        {
            "start": 874803253,
            "stop": 874803255
        },
        {
            "start": 874803296,
            "stop": 874803328
        },
        {
            "start": 874803362,
            "stop": 874803804
        },
        {
            "start": 874803859,
            "stop": 874804715
        },
        {
            "start": 874804734,
            "stop": 874804914
        },
        {
            "start": 874804934,
            "stop": 874805237
        },
        {
            "start": 874805423,
            "stop": 874805570
        },
        {
            "start": 874805590,
            "stop": 874805995
        },
        {
            "start": 874806018,
            "stop": 874806660
        },
        {
            "start": 874806740,
            "stop": 874807403
        },
        {
            "start": 874808192,
            "stop": 874808266
        },
        {
            "start": 874808289,
            "stop": 874811171
        },
        {
            "start": 874811199,
            "stop": 874811269
        },
        {
            "start": 874811288,
            "stop": 874812591
        },
        {
            "start": 874812610,
            "stop": 874812658
        }
    ]
}