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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8029",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=8027",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 8028,
    "results": [
        {
            "start": 970408542,
            "stop": 970408553
        },
        {
            "start": 970408556,
            "stop": 970408563
        },
        {
            "start": 970408594,
            "stop": 970408596
        },
        {
            "start": 970408617,
            "stop": 970408628
        },
        {
            "start": 970408631,
            "stop": 970408658
        },
        {
            "start": 970408661,
            "stop": 970408679
        },
        {
            "start": 970408682,
            "stop": 970408711
        },
        {
            "start": 970408714,
            "stop": 970408732
        },
        {
            "start": 970408735,
            "stop": 970408741
        },
        {
            "start": 970408840,
            "stop": 970408841
        },
        {
            "start": 970408918,
            "stop": 970408919
        },
        {
            "start": 970408922,
            "stop": 970408942
        },
        {
            "start": 970408945,
            "stop": 970408954
        },
        {
            "start": 970408957,
            "stop": 970408961
        },
        {
            "start": 970408969,
            "stop": 970408971
        },
        {
            "start": 970408982,
            "stop": 970409009
        },
        {
            "start": 970409013,
            "stop": 970409046
        },
        {
            "start": 970409056,
            "stop": 970409076
        },
        {
            "start": 970409082,
            "stop": 970409084
        },
        {
            "start": 970409087,
            "stop": 970409088
        }
    ]
}