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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=139",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 140,
    "results": [
        {
            "start": 819845760,
            "stop": 819845820
        },
        {
            "start": 819845940,
            "stop": 819846000
        },
        {
            "start": 819846120,
            "stop": 819846316
        },
        {
            "start": 819846324,
            "stop": 819846419
        },
        {
            "start": 819846426,
            "stop": 819846561
        },
        {
            "start": 819846568,
            "stop": 819846900
        },
        {
            "start": 819846960,
            "stop": 819847127
        },
        {
            "start": 819847134,
            "stop": 819847149
        },
        {
            "start": 819847379,
            "stop": 819847440
        },
        {
            "start": 819847500,
            "stop": 819847603
        },
        {
            "start": 819847784,
            "stop": 819847823
        },
        {
            "start": 819847830,
            "stop": 819848132
        },
        {
            "start": 819848139,
            "stop": 819848443
        },
        {
            "start": 819848624,
            "stop": 819849082
        },
        {
            "start": 819849090,
            "stop": 819849229
        },
        {
            "start": 819849238,
            "stop": 819849433
        },
        {
            "start": 819850670,
            "stop": 819850739
        },
        {
            "start": 819850746,
            "stop": 819850753
        },
        {
            "start": 819850869,
            "stop": 819851192
        },
        {
            "start": 819851206,
            "stop": 819851642
        }
    ]
}