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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=217",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT2/segments?format=api&page=215",
    "results_count": 44464,
    "results_per_page": 20,
    "num_pages": 2224,
    "page_number": 216,
    "results": [
        {
            "start": 827236170,
            "stop": 827236290
        },
        {
            "start": 827236470,
            "stop": 827237188
        },
        {
            "start": 827239912,
            "stop": 827247607
        },
        {
            "start": 827247907,
            "stop": 827249477
        },
        {
            "start": 827249508,
            "stop": 827249510
        },
        {
            "start": 827249520,
            "stop": 827249910
        },
        {
            "start": 827250030,
            "stop": 827250090
        },
        {
            "start": 827250242,
            "stop": 827250270
        },
        {
            "start": 827250275,
            "stop": 827250287
        },
        {
            "start": 827250295,
            "stop": 827250300
        },
        {
            "start": 827250305,
            "stop": 827250317
        },
        {
            "start": 827250619,
            "stop": 827250709
        },
        {
            "start": 827251009,
            "stop": 827251045
        },
        {
            "start": 827251386,
            "stop": 827254912
        },
        {
            "start": 827254918,
            "stop": 827255692
        },
        {
            "start": 827255802,
            "stop": 827255862
        },
        {
            "start": 827256162,
            "stop": 827259070
        },
        {
            "start": 827259075,
            "stop": 827259097
        },
        {
            "start": 827259103,
            "stop": 827260237
        },
        {
            "start": 827260346,
            "stop": 827263905
        }
    ]
}