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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=318",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT4/segments?format=api&page=316",
    "results_count": 199168,
    "results_per_page": 20,
    "num_pages": 9959,
    "page_number": 317,
    "results": [
        {
            "start": 821248965,
            "stop": 821249404
        },
        {
            "start": 821249408,
            "stop": 821249607
        },
        {
            "start": 821249727,
            "stop": 821249738
        },
        {
            "start": 821249858,
            "stop": 821250233
        },
        {
            "start": 821250250,
            "stop": 821251388
        },
        {
            "start": 821251392,
            "stop": 821252293
        },
        {
            "start": 821252413,
            "stop": 821253056
        },
        {
            "start": 821253073,
            "stop": 821253344
        },
        {
            "start": 821253525,
            "stop": 821254029
        },
        {
            "start": 821254032,
            "stop": 821260332
        },
        {
            "start": 821260452,
            "stop": 821260615
        },
        {
            "start": 821260618,
            "stop": 821262957
        },
        {
            "start": 821262960,
            "stop": 821265034
        },
        {
            "start": 821265037,
            "stop": 821265600
        },
        {
            "start": 821265660,
            "stop": 821265871
        },
        {
            "start": 821265888,
            "stop": 821267160
        },
        {
            "start": 821267220,
            "stop": 821267751
        },
        {
            "start": 821267754,
            "stop": 821269315
        },
        {
            "start": 821269318,
            "stop": 821270100
        },
        {
            "start": 821270104,
            "stop": 821270564
        }
    ]
}