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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=269",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=267",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 268,
    "results": [
        {
            "start": 849960323,
            "stop": 849960333
        },
        {
            "start": 849960342,
            "stop": 849960348
        },
        {
            "start": 849960352,
            "stop": 849960362
        },
        {
            "start": 849960366,
            "stop": 849960724
        },
        {
            "start": 849960728,
            "stop": 849961074
        },
        {
            "start": 849961082,
            "stop": 849961327
        },
        {
            "start": 849961331,
            "stop": 849961355
        },
        {
            "start": 849961359,
            "stop": 849974437
        },
        {
            "start": 849995822,
            "stop": 849996193
        },
        {
            "start": 849996238,
            "stop": 849996239
        },
        {
            "start": 849996690,
            "stop": 849996793
        },
        {
            "start": 849996833,
            "stop": 849996834
        },
        {
            "start": 849997048,
            "stop": 849997771
        },
        {
            "start": 849997968,
            "stop": 849997974
        },
        {
            "start": 850000166,
            "stop": 850030929
        },
        {
            "start": 850031414,
            "stop": 850056443
        },
        {
            "start": 850056447,
            "stop": 850056453
        },
        {
            "start": 850056456,
            "stop": 850056683
        },
        {
            "start": 850056687,
            "stop": 850056784
        },
        {
            "start": 850056827,
            "stop": 850056833
        }
    ]
}