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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=56",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCHIGH_CAT1/segments?format=api&page=54",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 55,
    "results": [
        {
            "start": 825537372,
            "stop": 825541188
        },
        {
            "start": 825541573,
            "stop": 825541946
        },
        {
            "start": 825544105,
            "stop": 825544230
        },
        {
            "start": 825545254,
            "stop": 825550065
        },
        {
            "start": 825550728,
            "stop": 825567119
        },
        {
            "start": 825567347,
            "stop": 825567383
        },
        {
            "start": 825567472,
            "stop": 825585752
        },
        {
            "start": 825589256,
            "stop": 825589936
        },
        {
            "start": 825591383,
            "stop": 825591861
        },
        {
            "start": 825596258,
            "stop": 825603611
        },
        {
            "start": 825604800,
            "stop": 825605372
        },
        {
            "start": 825606112,
            "stop": 825606783
        },
        {
            "start": 825606906,
            "stop": 825610431
        },
        {
            "start": 825611493,
            "stop": 825618013
        },
        {
            "start": 825618144,
            "stop": 825618451
        },
        {
            "start": 825618547,
            "stop": 825625556
        },
        {
            "start": 825626215,
            "stop": 825629800
        },
        {
            "start": 825631079,
            "stop": 825654788
        },
        {
            "start": 825655296,
            "stop": 825667653
        },
        {
            "start": 825668196,
            "stop": 825682059
        }
    ]
}