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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=304",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCHIGH_CAT3/segments?format=api&page=302",
    "results_count": 104500,
    "results_per_page": 20,
    "num_pages": 5225,
    "page_number": 303,
    "results": [
        {
            "start": 821062199,
            "stop": 821062201
        },
        {
            "start": 821062204,
            "stop": 821063015
        },
        {
            "start": 821063018,
            "stop": 821063048
        },
        {
            "start": 821063051,
            "stop": 821063297
        },
        {
            "start": 821063620,
            "stop": 821063954
        },
        {
            "start": 821063957,
            "stop": 821064022
        },
        {
            "start": 821064422,
            "stop": 821064726
        },
        {
            "start": 821064729,
            "stop": 821065097
        },
        {
            "start": 821065115,
            "stop": 821065137
        },
        {
            "start": 821065140,
            "stop": 821065414
        },
        {
            "start": 821065417,
            "stop": 821065915
        },
        {
            "start": 821065918,
            "stop": 821065974
        },
        {
            "start": 821065977,
            "stop": 821066425
        },
        {
            "start": 821066428,
            "stop": 821067095
        },
        {
            "start": 821067114,
            "stop": 821067174
        },
        {
            "start": 821067193,
            "stop": 821067560
        },
        {
            "start": 821067563,
            "stop": 821067876
        },
        {
            "start": 821067879,
            "stop": 821068419
        },
        {
            "start": 821068422,
            "stop": 821068445
        },
        {
            "start": 821068448,
            "stop": 821068810
        }
    ]
}