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=2388
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=2389",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2387",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2388,
    "results": [
        {
            "start": 875119485,
            "stop": 875119519
        },
        {
            "start": 875119547,
            "stop": 875119553
        },
        {
            "start": 875119586,
            "stop": 875119988
        },
        {
            "start": 875120007,
            "stop": 875120041
        },
        {
            "start": 875120060,
            "stop": 875121333
        },
        {
            "start": 875121353,
            "stop": 875121908
        },
        {
            "start": 875121927,
            "stop": 875122520
        },
        {
            "start": 875122558,
            "stop": 875122629
        },
        {
            "start": 875122648,
            "stop": 875122673
        },
        {
            "start": 875122692,
            "stop": 875122733
        },
        {
            "start": 875122752,
            "stop": 875122829
        },
        {
            "start": 875122848,
            "stop": 875122885
        },
        {
            "start": 875122904,
            "stop": 875122916
        },
        {
            "start": 875122935,
            "stop": 875123196
        },
        {
            "start": 875123215,
            "stop": 875123254
        },
        {
            "start": 875123273,
            "stop": 875123289
        },
        {
            "start": 875123308,
            "stop": 875123409
        },
        {
            "start": 875123428,
            "stop": 875123441
        },
        {
            "start": 875123475,
            "stop": 875123486
        },
        {
            "start": 875123509,
            "stop": 875123525
        }
    ]
}