Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1360
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=1361",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1359",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1360,
    "results": [
        {
            "start": 843856121,
            "stop": 843856207
        },
        {
            "start": 843856210,
            "stop": 843856394
        },
        {
            "start": 843856397,
            "stop": 843856487
        },
        {
            "start": 843856490,
            "stop": 843856510
        },
        {
            "start": 843856513,
            "stop": 843856610
        },
        {
            "start": 843856613,
            "stop": 843856641
        },
        {
            "start": 843856644,
            "stop": 843856673
        },
        {
            "start": 843856676,
            "stop": 843856721
        },
        {
            "start": 843856724,
            "stop": 843856775
        },
        {
            "start": 843856778,
            "stop": 843856848
        },
        {
            "start": 843856851,
            "stop": 843856853
        },
        {
            "start": 843856856,
            "stop": 843856871
        },
        {
            "start": 843856874,
            "stop": 843856888
        },
        {
            "start": 843856891,
            "stop": 843856918
        },
        {
            "start": 843856921,
            "stop": 843856929
        },
        {
            "start": 843856932,
            "stop": 843856955
        },
        {
            "start": 843856958,
            "stop": 843856963
        },
        {
            "start": 843856966,
            "stop": 843856996
        },
        {
            "start": 843856999,
            "stop": 843857153
        },
        {
            "start": 843857156,
            "stop": 843857160
        }
    ]
}