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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=8",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_CBC_CAT3/segments?format=api&page=6",
    "results_count": 956,
    "results_per_page": 20,
    "num_pages": 48,
    "page_number": 7,
    "results": [
        {
            "start": 1399370194,
            "stop": 1399388054
        },
        {
            "start": 1399390591,
            "stop": 1399401353
        },
        {
            "start": 1399406220,
            "stop": 1399417297
        },
        {
            "start": 1399421949,
            "stop": 1399425271
        },
        {
            "start": 1399432444,
            "stop": 1399474688
        },
        {
            "start": 1399479268,
            "stop": 1399491075
        },
        {
            "start": 1399492989,
            "stop": 1399517224
        },
        {
            "start": 1399524461,
            "stop": 1399544187
        },
        {
            "start": 1399548936,
            "stop": 1399549727
        },
        {
            "start": 1399556142,
            "stop": 1399573823
        },
        {
            "start": 1399582397,
            "stop": 1399583597
        },
        {
            "start": 1399592343,
            "stop": 1399649874
        },
        {
            "start": 1399653787,
            "stop": 1399653961
        },
        {
            "start": 1399654584,
            "stop": 1399680584
        },
        {
            "start": 1399715855,
            "stop": 1399731733
        },
        {
            "start": 1399753166,
            "stop": 1399773114
        },
        {
            "start": 1399773314,
            "stop": 1399777986
        },
        {
            "start": 1399778521,
            "stop": 1399782001
        },
        {
            "start": 1399786416,
            "stop": 1399817168
        },
        {
            "start": 1399821208,
            "stop": 1399823042
        }
    ]
}