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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5016",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=5014",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 5015,
    "results": [
        {
            "start": 874519902,
            "stop": 874519913
        },
        {
            "start": 874520043,
            "stop": 874520058
        },
        {
            "start": 874520095,
            "stop": 874520149
        },
        {
            "start": 874520250,
            "stop": 874520258
        },
        {
            "start": 874520431,
            "stop": 874520448
        },
        {
            "start": 874520494,
            "stop": 874520556
        },
        {
            "start": 874520587,
            "stop": 874520594
        },
        {
            "start": 874520628,
            "stop": 874520642
        },
        {
            "start": 874520672,
            "stop": 874520704
        },
        {
            "start": 874520738,
            "stop": 874520764
        },
        {
            "start": 874520953,
            "stop": 874520973
        },
        {
            "start": 874521054,
            "stop": 874521081
        },
        {
            "start": 874521151,
            "stop": 874521175
        },
        {
            "start": 874521227,
            "stop": 874521280
        },
        {
            "start": 874521299,
            "stop": 874521342
        },
        {
            "start": 874521361,
            "stop": 874521371
        },
        {
            "start": 874521390,
            "stop": 874521399
        },
        {
            "start": 874521433,
            "stop": 874521453
        },
        {
            "start": 874521495,
            "stop": 874521511
        },
        {
            "start": 874521549,
            "stop": 874521555
        }
    ]
}