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=339
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=340",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=338",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 339,
    "results": [
        {
            "start": 857672016,
            "stop": 857672184
        },
        {
            "start": 857672188,
            "stop": 857672300
        },
        {
            "start": 857672308,
            "stop": 857672314
        },
        {
            "start": 857672318,
            "stop": 857672401
        },
        {
            "start": 857672405,
            "stop": 857672430
        },
        {
            "start": 857672439,
            "stop": 857672454
        },
        {
            "start": 857672458,
            "stop": 857672463
        },
        {
            "start": 857672482,
            "stop": 857672538
        },
        {
            "start": 857672541,
            "stop": 857672724
        },
        {
            "start": 857672728,
            "stop": 857672759
        },
        {
            "start": 857672762,
            "stop": 857672768
        },
        {
            "start": 857672781,
            "stop": 857672792
        },
        {
            "start": 857672801,
            "stop": 857672807
        },
        {
            "start": 857672844,
            "stop": 857672884
        },
        {
            "start": 857672888,
            "stop": 857672898
        },
        {
            "start": 857672902,
            "stop": 857672908
        },
        {
            "start": 857672912,
            "stop": 857672922
        },
        {
            "start": 857672926,
            "stop": 857672965
        },
        {
            "start": 857672983,
            "stop": 857672999
        },
        {
            "start": 857673003,
            "stop": 857673138
        }
    ]
}