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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=401",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=399",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 400,
    "results": [
        {
            "start": 829703703,
            "stop": 829703709
        },
        {
            "start": 829704009,
            "stop": 829704936
        },
        {
            "start": 829705236,
            "stop": 829705960
        },
        {
            "start": 829706362,
            "stop": 829707282
        },
        {
            "start": 829707582,
            "stop": 829709010
        },
        {
            "start": 829709120,
            "stop": 829709135
        },
        {
            "start": 829709435,
            "stop": 829710390
        },
        {
            "start": 829710450,
            "stop": 829710658
        },
        {
            "start": 829710768,
            "stop": 829711083
        },
        {
            "start": 829711383,
            "stop": 829718790
        },
        {
            "start": 829718910,
            "stop": 829725920
        },
        {
            "start": 829728962,
            "stop": 829744470
        },
        {
            "start": 829746501,
            "stop": 829763455
        },
        {
            "start": 829763460,
            "stop": 829782780
        },
        {
            "start": 829783080,
            "stop": 829789012
        },
        {
            "start": 829789018,
            "stop": 829789887
        },
        {
            "start": 829789893,
            "stop": 829789895
        },
        {
            "start": 829789900,
            "stop": 829793552
        },
        {
            "start": 829793557,
            "stop": 829817174
        },
        {
            "start": 829817176,
            "stop": 829821050
        }
    ]
}