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=1477
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=1478",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1476",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1477,
    "results": [
        {
            "start": 862250275,
            "stop": 862258315
        },
        {
            "start": 862259928,
            "stop": 862262554
        },
        {
            "start": 862262720,
            "stop": 862265311
        },
        {
            "start": 862265315,
            "stop": 862330186
        },
        {
            "start": 862330189,
            "stop": 862350555
        },
        {
            "start": 862350705,
            "stop": 862356118
        },
        {
            "start": 862357244,
            "stop": 862381091
        },
        {
            "start": 862382740,
            "stop": 862384718
        },
        {
            "start": 862386255,
            "stop": 862414158
        },
        {
            "start": 862414161,
            "stop": 862417355
        },
        {
            "start": 862417358,
            "stop": 862444497
        },
        {
            "start": 862444744,
            "stop": 862462645
        },
        {
            "start": 862463504,
            "stop": 862466281
        },
        {
            "start": 862466284,
            "stop": 862482706
        },
        {
            "start": 862482709,
            "stop": 862521785
        },
        {
            "start": 862524060,
            "stop": 862524752
        },
        {
            "start": 862525756,
            "stop": 862533397
        },
        {
            "start": 862534185,
            "stop": 862556167
        },
        {
            "start": 862557304,
            "stop": 862587490
        },
        {
            "start": 862587493,
            "stop": 862597450
        }
    ]
}