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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=131",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT4/segments?format=api&page=129",
    "results_count": 88504,
    "results_per_page": 20,
    "num_pages": 4426,
    "page_number": 130,
    "results": [
        {
            "start": 819113960,
            "stop": 819118370
        },
        {
            "start": 819118377,
            "stop": 819119413
        },
        {
            "start": 819119417,
            "stop": 819119770
        },
        {
            "start": 819119774,
            "stop": 819120207
        },
        {
            "start": 819120214,
            "stop": 819122004
        },
        {
            "start": 819122011,
            "stop": 819123495
        },
        {
            "start": 819123502,
            "stop": 819124578
        },
        {
            "start": 819124585,
            "stop": 819124594
        },
        {
            "start": 819124601,
            "stop": 819125480
        },
        {
            "start": 819125487,
            "stop": 819125986
        },
        {
            "start": 819125994,
            "stop": 819127500
        },
        {
            "start": 819127507,
            "stop": 819129688
        },
        {
            "start": 819129696,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144463
        },
        {
            "start": 819145247,
            "stop": 819146171
        },
        {
            "start": 819146178,
            "stop": 819147659
        },
        {
            "start": 819147666,
            "stop": 819147729
        },
        {
            "start": 819147743,
            "stop": 819147877
        },
        {
            "start": 819147884,
            "stop": 819148009
        },
        {
            "start": 819148458,
            "stop": 819148495
        }
    ]
}