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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=213",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 214,
    "results": [
        {
            "start": 820451574,
            "stop": 820451667
        },
        {
            "start": 820451674,
            "stop": 820451732
        },
        {
            "start": 820451804,
            "stop": 820453253
        },
        {
            "start": 820453260,
            "stop": 820453943
        },
        {
            "start": 820453944,
            "stop": 820454448
        },
        {
            "start": 820454455,
            "stop": 820454653
        },
        {
            "start": 820454660,
            "stop": 820454838
        },
        {
            "start": 820454845,
            "stop": 820454859
        },
        {
            "start": 820454866,
            "stop": 820455517
        },
        {
            "start": 820455524,
            "stop": 820456757
        },
        {
            "start": 820456764,
            "stop": 820457151
        },
        {
            "start": 820457158,
            "stop": 820457612
        },
        {
            "start": 820457620,
            "stop": 820459711
        },
        {
            "start": 820459718,
            "stop": 820460397
        },
        {
            "start": 820460404,
            "stop": 820460547
        },
        {
            "start": 820460555,
            "stop": 820460833
        },
        {
            "start": 820460841,
            "stop": 820461483
        },
        {
            "start": 820461490,
            "stop": 820462007
        },
        {
            "start": 820462014,
            "stop": 820462124
        },
        {
            "start": 820462131,
            "stop": 820462597
        }
    ]
}