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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=244",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=242",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 243,
    "results": [
        {
            "start": 821246026,
            "stop": 821246652
        },
        {
            "start": 821246655,
            "stop": 821248435
        },
        {
            "start": 821248438,
            "stop": 821249404
        },
        {
            "start": 821249408,
            "stop": 821249667
        },
        {
            "start": 821249670,
            "stop": 821250233
        },
        {
            "start": 821250250,
            "stop": 821251388
        },
        {
            "start": 821251392,
            "stop": 821253056
        },
        {
            "start": 821253073,
            "stop": 821254029
        },
        {
            "start": 821254032,
            "stop": 821260615
        },
        {
            "start": 821260618,
            "stop": 821262957
        },
        {
            "start": 821262960,
            "stop": 821265034
        },
        {
            "start": 821265037,
            "stop": 821265871
        },
        {
            "start": 821265888,
            "stop": 821267751
        },
        {
            "start": 821267754,
            "stop": 821269315
        },
        {
            "start": 821269318,
            "stop": 821270100
        },
        {
            "start": 821270104,
            "stop": 821270669
        },
        {
            "start": 821270687,
            "stop": 821271644
        },
        {
            "start": 821271661,
            "stop": 821275162
        },
        {
            "start": 821275165,
            "stop": 821275717
        },
        {
            "start": 821275720,
            "stop": 821277217
        }
    ]
}