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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1540",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1538",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1539,
    "results": [
        {
            "start": 874954775,
            "stop": 874955787
        },
        {
            "start": 874955790,
            "stop": 874955803
        },
        {
            "start": 874955806,
            "stop": 874958946
        },
        {
            "start": 874958951,
            "stop": 874959296
        },
        {
            "start": 874959299,
            "stop": 874965549
        },
        {
            "start": 874965556,
            "stop": 874979345
        },
        {
            "start": 874984623,
            "stop": 874984862
        },
        {
            "start": 874986318,
            "stop": 874999622
        },
        {
            "start": 874999625,
            "stop": 875022248
        },
        {
            "start": 875022251,
            "stop": 875022257
        },
        {
            "start": 875022261,
            "stop": 875022265
        },
        {
            "start": 875022268,
            "stop": 875022271
        },
        {
            "start": 875022283,
            "stop": 875022285
        },
        {
            "start": 875022295,
            "stop": 875022624
        },
        {
            "start": 875031523,
            "stop": 875032287
        },
        {
            "start": 875032290,
            "stop": 875032314
        },
        {
            "start": 875032317,
            "stop": 875032320
        },
        {
            "start": 875032323,
            "stop": 875032873
        },
        {
            "start": 875032876,
            "stop": 875032885
        },
        {
            "start": 875032888,
            "stop": 875041695
        }
    ]
}