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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=150",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=148",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 149,
    "results": [
        {
            "start": 836273450,
            "stop": 836273722
        },
        {
            "start": 836273723,
            "stop": 836273724
        },
        {
            "start": 836273727,
            "stop": 836293079
        },
        {
            "start": 836294525,
            "stop": 836325084
        },
        {
            "start": 836325085,
            "stop": 836325109
        },
        {
            "start": 836325112,
            "stop": 836331470
        },
        {
            "start": 836331471,
            "stop": 836331613
        },
        {
            "start": 836332454,
            "stop": 836335186
        },
        {
            "start": 836336154,
            "stop": 836343995
        },
        {
            "start": 836343998,
            "stop": 836352714
        },
        {
            "start": 836353833,
            "stop": 836375173
        },
        {
            "start": 836376446,
            "stop": 836412493
        },
        {
            "start": 836413952,
            "stop": 836422951
        },
        {
            "start": 836422952,
            "stop": 836426832
        },
        {
            "start": 836432248,
            "stop": 836442368
        },
        {
            "start": 836442369,
            "stop": 836454193
        },
        {
            "start": 836454961,
            "stop": 836459653
        },
        {
            "start": 836460612,
            "stop": 836461513
        },
        {
            "start": 836462436,
            "stop": 836485033
        },
        {
            "start": 836487201,
            "stop": 836542515
        }
    ]
}