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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=395",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=393",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 394,
    "results": [
        {
            "start": 821512401,
            "stop": 821512412
        },
        {
            "start": 821512415,
            "stop": 821512469
        },
        {
            "start": 821512476,
            "stop": 821512479
        },
        {
            "start": 821512482,
            "stop": 821512572
        },
        {
            "start": 821512580,
            "stop": 821512589
        },
        {
            "start": 821512592,
            "stop": 821512653
        },
        {
            "start": 821512662,
            "stop": 821512693
        },
        {
            "start": 821512696,
            "stop": 821512714
        },
        {
            "start": 821512717,
            "stop": 821512725
        },
        {
            "start": 821512732,
            "stop": 821512761
        },
        {
            "start": 821512768,
            "stop": 821512821
        },
        {
            "start": 821512834,
            "stop": 821512866
        },
        {
            "start": 821512874,
            "stop": 821512877
        },
        {
            "start": 821512880,
            "stop": 821512909
        },
        {
            "start": 821512912,
            "stop": 821512947
        },
        {
            "start": 821512954,
            "stop": 821513025
        },
        {
            "start": 821513028,
            "stop": 821513082
        },
        {
            "start": 821513085,
            "stop": 821513108
        },
        {
            "start": 821513111,
            "stop": 821513115
        },
        {
            "start": 821513118,
            "stop": 821513127
        }
    ]
}