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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=91",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=89",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 90,
    "results": [
        {
            "start": 819253578,
            "stop": 819254202
        },
        {
            "start": 819254209,
            "stop": 819254698
        },
        {
            "start": 819254705,
            "stop": 819255070
        },
        {
            "start": 819255077,
            "stop": 819255117
        },
        {
            "start": 819255124,
            "stop": 819255143
        },
        {
            "start": 819255150,
            "stop": 819256108
        },
        {
            "start": 819256116,
            "stop": 819256496
        },
        {
            "start": 819256503,
            "stop": 819257083
        },
        {
            "start": 819257264,
            "stop": 819259618
        },
        {
            "start": 819259625,
            "stop": 819264432
        },
        {
            "start": 819264439,
            "stop": 819269038
        },
        {
            "start": 819269045,
            "stop": 819269413
        },
        {
            "start": 819269458,
            "stop": 819269459
        },
        {
            "start": 819271266,
            "stop": 819276341
        },
        {
            "start": 819276348,
            "stop": 819283936
        },
        {
            "start": 819283943,
            "stop": 819283951
        },
        {
            "start": 819283958,
            "stop": 819284489
        },
        {
            "start": 819284497,
            "stop": 819285960
        },
        {
            "start": 819285967,
            "stop": 819286274
        },
        {
            "start": 819286282,
            "stop": 819286751
        }
    ]
}