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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5709",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5707",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5708,
    "results": [
        {
            "start": 874596931,
            "stop": 874597016
        },
        {
            "start": 874597019,
            "stop": 874597065
        },
        {
            "start": 874597068,
            "stop": 874597122
        },
        {
            "start": 874597125,
            "stop": 874597134
        },
        {
            "start": 874597137,
            "stop": 874597176
        },
        {
            "start": 874597179,
            "stop": 874597251
        },
        {
            "start": 874597255,
            "stop": 874597267
        },
        {
            "start": 874597270,
            "stop": 874597278
        },
        {
            "start": 874597281,
            "stop": 874597295
        },
        {
            "start": 874597298,
            "stop": 874597337
        },
        {
            "start": 874597340,
            "stop": 874597393
        },
        {
            "start": 874597396,
            "stop": 874597418
        },
        {
            "start": 874597421,
            "stop": 874597436
        },
        {
            "start": 874597440,
            "stop": 874597448
        },
        {
            "start": 874597451,
            "stop": 874597533
        },
        {
            "start": 874597536,
            "stop": 874597553
        },
        {
            "start": 874597557,
            "stop": 874597559
        },
        {
            "start": 874597562,
            "stop": 874597588
        },
        {
            "start": 874597593,
            "stop": 874597619
        },
        {
            "start": 874597625,
            "stop": 874597647
        }
    ]
}