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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=109",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=107",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 108,
    "results": [
        {
            "start": 825911377,
            "stop": 825911410
        },
        {
            "start": 825911414,
            "stop": 825911420
        },
        {
            "start": 825911423,
            "stop": 825911439
        },
        {
            "start": 825911453,
            "stop": 825911463
        },
        {
            "start": 825911467,
            "stop": 825911473
        },
        {
            "start": 825911477,
            "stop": 825911518
        },
        {
            "start": 825911526,
            "stop": 825911532
        },
        {
            "start": 825911550,
            "stop": 825911555
        },
        {
            "start": 825911559,
            "stop": 825911581
        },
        {
            "start": 825911599,
            "stop": 825911615
        },
        {
            "start": 825911618,
            "stop": 825911639
        },
        {
            "start": 825911678,
            "stop": 825911684
        },
        {
            "start": 825911692,
            "stop": 825911703
        },
        {
            "start": 825911717,
            "stop": 825911722
        },
        {
            "start": 825911766,
            "stop": 825911772
        },
        {
            "start": 825911776,
            "stop": 825911790
        },
        {
            "start": 825911796,
            "stop": 825911797
        },
        {
            "start": 825911800,
            "stop": 825911806
        },
        {
            "start": 825911811,
            "stop": 825911827
        },
        {
            "start": 825911831,
            "stop": 825911834
        }
    ]
}