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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=869",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=867",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 868,
    "results": [
        {
            "start": 862431166,
            "stop": 862431256
        },
        {
            "start": 862431532,
            "stop": 862442752
        },
        {
            "start": 862442782,
            "stop": 862444432
        },
        {
            "start": 862444814,
            "stop": 862462544
        },
        {
            "start": 862463572,
            "stop": 862466212
        },
        {
            "start": 862466358,
            "stop": 862467738
        },
        {
            "start": 862470741,
            "stop": 862471881
        },
        {
            "start": 862472070,
            "stop": 862482630
        },
        {
            "start": 862482771,
            "stop": 862486431
        },
        {
            "start": 862487646,
            "stop": 862491546
        },
        {
            "start": 862493409,
            "stop": 862504569
        },
        {
            "start": 862504885,
            "stop": 862507945
        },
        {
            "start": 862508194,
            "stop": 862508614
        },
        {
            "start": 862508769,
            "stop": 862512189
        },
        {
            "start": 862512856,
            "stop": 862519216
        },
        {
            "start": 862520868,
            "stop": 862521708
        },
        {
            "start": 862524136,
            "stop": 862524676
        },
        {
            "start": 862525826,
            "stop": 862526216
        },
        {
            "start": 862526306,
            "stop": 862527386
        },
        {
            "start": 862527536,
            "stop": 862533326
        }
    ]
}