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=906
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=907",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=905",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 906,
    "results": [
        {
            "start": 864708420,
            "stop": 864708690
        },
        {
            "start": 864708840,
            "stop": 864714000
        },
        {
            "start": 864714262,
            "stop": 864717682
        },
        {
            "start": 864717832,
            "stop": 864722422
        },
        {
            "start": 864725204,
            "stop": 864725864
        },
        {
            "start": 864726113,
            "stop": 864726173
        },
        {
            "start": 864726375,
            "stop": 864727575
        },
        {
            "start": 864728337,
            "stop": 864734397
        },
        {
            "start": 864734547,
            "stop": 864735597
        },
        {
            "start": 864735897,
            "stop": 864735957
        },
        {
            "start": 864736101,
            "stop": 864736221
        },
        {
            "start": 864736371,
            "stop": 864736971
        },
        {
            "start": 864737223,
            "stop": 864737463
        },
        {
            "start": 864737613,
            "stop": 864737973
        },
        {
            "start": 864738123,
            "stop": 864740043
        },
        {
            "start": 864740421,
            "stop": 864741531
        },
        {
            "start": 864741681,
            "stop": 864742011
        },
        {
            "start": 864745083,
            "stop": 864745203
        },
        {
            "start": 864745353,
            "stop": 864745473
        },
        {
            "start": 864745756,
            "stop": 864746056
        }
    ]
}