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=287
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=288",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=286",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 287,
    "results": [
        {
            "start": 851818160,
            "stop": 851818264
        },
        {
            "start": 851818268,
            "stop": 851818289
        },
        {
            "start": 851818297,
            "stop": 851819542
        },
        {
            "start": 851819546,
            "stop": 851820716
        },
        {
            "start": 851820720,
            "stop": 851820730
        },
        {
            "start": 851820744,
            "stop": 851820947
        },
        {
            "start": 851820950,
            "stop": 851822099
        },
        {
            "start": 851822107,
            "stop": 851822132
        },
        {
            "start": 851822136,
            "stop": 851822859
        },
        {
            "start": 851822863,
            "stop": 851864173
        },
        {
            "start": 851867117,
            "stop": 851872173
        },
        {
            "start": 851872196,
            "stop": 851872197
        },
        {
            "start": 851872286,
            "stop": 851888093
        },
        {
            "start": 851888097,
            "stop": 851891272
        },
        {
            "start": 851891280,
            "stop": 851921393
        },
        {
            "start": 851921638,
            "stop": 851928195
        },
        {
            "start": 851928804,
            "stop": 851934649
        },
        {
            "start": 851937679,
            "stop": 851939825
        },
        {
            "start": 851946828,
            "stop": 851965668
        },
        {
            "start": 851970009,
            "stop": 851970525
        }
    ]
}