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/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8807
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=8808",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=8806",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 8807,
    "results": [
        {
            "start": 874013160,
            "stop": 874013246
        },
        {
            "start": 874013263,
            "stop": 874013280
        },
        {
            "start": 874013340,
            "stop": 874013700
        },
        {
            "start": 874013760,
            "stop": 874014420
        },
        {
            "start": 874014480,
            "stop": 874014600
        },
        {
            "start": 874014780,
            "stop": 874014812
        },
        {
            "start": 874014965,
            "stop": 874015051
        },
        {
            "start": 874015415,
            "stop": 874015500
        },
        {
            "start": 874015560,
            "stop": 874015980
        },
        {
            "start": 874016580,
            "stop": 874016640
        },
        {
            "start": 874016827,
            "stop": 874016880
        },
        {
            "start": 874017060,
            "stop": 874017120
        },
        {
            "start": 874017243,
            "stop": 874017262
        },
        {
            "start": 874017269,
            "stop": 874017278
        },
        {
            "start": 874017286,
            "stop": 874017300
        },
        {
            "start": 874018080,
            "stop": 874018087
        },
        {
            "start": 874018094,
            "stop": 874018200
        },
        {
            "start": 874019220,
            "stop": 874019280
        },
        {
            "start": 874019340,
            "stop": 874019400
        },
        {
            "start": 874021080,
            "stop": 874021140
        }
    ]
}