Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=4",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=2",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 3,
    "results": [
        {
            "start": 931085043,
            "stop": 931085050
        },
        {
            "start": 931085056,
            "stop": 931085057
        },
        {
            "start": 931085067,
            "stop": 931085206
        },
        {
            "start": 931085212,
            "stop": 931085423
        },
        {
            "start": 931085428,
            "stop": 931085895
        },
        {
            "start": 931087097,
            "stop": 931087198
        },
        {
            "start": 931087204,
            "stop": 931087235
        },
        {
            "start": 931087242,
            "stop": 931087407
        },
        {
            "start": 931087413,
            "stop": 931087838
        },
        {
            "start": 931087844,
            "stop": 931087845
        },
        {
            "start": 931087853,
            "stop": 931087893
        },
        {
            "start": 931087899,
            "stop": 931088978
        },
        {
            "start": 931088992,
            "stop": 931090385
        },
        {
            "start": 931091959,
            "stop": 931091963
        },
        {
            "start": 931091978,
            "stop": 931091981
        },
        {
            "start": 931091986,
            "stop": 931091990
        },
        {
            "start": 931091997,
            "stop": 931092000
        },
        {
            "start": 931092016,
            "stop": 931092020
        },
        {
            "start": 931092025,
            "stop": 931092026
        },
        {
            "start": 931092045,
            "stop": 931092062
        }
    ]
}