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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8810",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8808",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8809,
    "results": [
        {
            "start": 874035705,
            "stop": 874037711
        },
        {
            "start": 874037728,
            "stop": 874039354
        },
        {
            "start": 874039371,
            "stop": 874039880
        },
        {
            "start": 874039887,
            "stop": 874040313
        },
        {
            "start": 874040433,
            "stop": 874042164
        },
        {
            "start": 874042171,
            "stop": 874042440
        },
        {
            "start": 874042500,
            "stop": 874044257
        },
        {
            "start": 874044276,
            "stop": 874044279
        },
        {
            "start": 874044288,
            "stop": 874044302
        },
        {
            "start": 874044310,
            "stop": 874044311
        },
        {
            "start": 874044319,
            "stop": 874044326
        },
        {
            "start": 874044334,
            "stop": 874044346
        },
        {
            "start": 874044355,
            "stop": 874044356
        },
        {
            "start": 874044373,
            "stop": 874044425
        },
        {
            "start": 874044435,
            "stop": 874045200
        },
        {
            "start": 874045260,
            "stop": 874045620
        },
        {
            "start": 874045740,
            "stop": 874045794
        },
        {
            "start": 874045914,
            "stop": 874046247
        },
        {
            "start": 874046264,
            "stop": 874046816
        },
        {
            "start": 874046852,
            "stop": 874047000
        }
    ]
}