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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4133",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=4131",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 4132,
    "results": [
        {
            "start": 874262645,
            "stop": 874262655
        },
        {
            "start": 874262674,
            "stop": 874262691
        },
        {
            "start": 874262749,
            "stop": 874262770
        },
        {
            "start": 874262789,
            "stop": 874262812
        },
        {
            "start": 874262831,
            "stop": 874262838
        },
        {
            "start": 874262862,
            "stop": 874262868
        },
        {
            "start": 874263150,
            "stop": 874263186
        },
        {
            "start": 874263210,
            "stop": 874263224
        },
        {
            "start": 874263244,
            "stop": 874263308
        },
        {
            "start": 874263331,
            "stop": 874263348
        },
        {
            "start": 874267680,
            "stop": 874267867
        },
        {
            "start": 874267884,
            "stop": 874267920
        },
        {
            "start": 874267980,
            "stop": 874268220
        },
        {
            "start": 874268340,
            "stop": 874268400
        },
        {
            "start": 874268460,
            "stop": 874268596
        },
        {
            "start": 874268716,
            "stop": 874268910
        },
        {
            "start": 874268929,
            "stop": 874269360
        },
        {
            "start": 874269420,
            "stop": 874269431
        },
        {
            "start": 874269451,
            "stop": 874269480
        },
        {
            "start": 874269552,
            "stop": 874269553
        }
    ]
}