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=1460
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=1461",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1459",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1460,
    "results": [
        {
            "start": 859093887,
            "stop": 859095596
        },
        {
            "start": 859095599,
            "stop": 859123596
        },
        {
            "start": 859125094,
            "stop": 859127634
        },
        {
            "start": 859128854,
            "stop": 859132490
        },
        {
            "start": 859132496,
            "stop": 859132513
        },
        {
            "start": 859132516,
            "stop": 859136946
        },
        {
            "start": 859136949,
            "stop": 859139321
        },
        {
            "start": 859139328,
            "stop": 859139355
        },
        {
            "start": 859139358,
            "stop": 859139365
        },
        {
            "start": 859139371,
            "stop": 859145480
        },
        {
            "start": 859145483,
            "stop": 859145855
        },
        {
            "start": 859147006,
            "stop": 859147607
        },
        {
            "start": 859147610,
            "stop": 859153720
        },
        {
            "start": 859153723,
            "stop": 859154446
        },
        {
            "start": 859154450,
            "stop": 859155212
        },
        {
            "start": 859155215,
            "stop": 859155256
        },
        {
            "start": 859155269,
            "stop": 859155270
        },
        {
            "start": 859155273,
            "stop": 859155275
        },
        {
            "start": 859155287,
            "stop": 859155412
        },
        {
            "start": 859156455,
            "stop": 859182052
        }
    ]
}