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=124
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=125",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=123",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 124,
    "results": [
        {
            "start": 819077717,
            "stop": 819093755
        },
        {
            "start": 819094946,
            "stop": 819097026
        },
        {
            "start": 819097029,
            "stop": 819103095
        },
        {
            "start": 819103099,
            "stop": 819109153
        },
        {
            "start": 819109157,
            "stop": 819109360
        },
        {
            "start": 819109363,
            "stop": 819113450
        },
        {
            "start": 819113960,
            "stop": 819118372
        },
        {
            "start": 819118375,
            "stop": 819119413
        },
        {
            "start": 819119417,
            "stop": 819119770
        },
        {
            "start": 819119774,
            "stop": 819120209
        },
        {
            "start": 819120212,
            "stop": 819122006
        },
        {
            "start": 819122009,
            "stop": 819123497
        },
        {
            "start": 819123500,
            "stop": 819124580
        },
        {
            "start": 819124583,
            "stop": 819124596
        },
        {
            "start": 819124599,
            "stop": 819125482
        },
        {
            "start": 819125485,
            "stop": 819125988
        },
        {
            "start": 819125992,
            "stop": 819127502
        },
        {
            "start": 819127505,
            "stop": 819129690
        },
        {
            "start": 819129694,
            "stop": 819129833
        },
        {
            "start": 819143934,
            "stop": 819144213
        }
    ]
}