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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=114",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT1/segments?format=api&page=112",
    "results_count": 5354,
    "results_per_page": 20,
    "num_pages": 268,
    "page_number": 113,
    "results": [
        {
            "start": 831154839,
            "stop": 831157483
        },
        {
            "start": 831159558,
            "stop": 831160661
        },
        {
            "start": 831160663,
            "stop": 831162225
        },
        {
            "start": 831169979,
            "stop": 831170471
        },
        {
            "start": 831170551,
            "stop": 831171506
        },
        {
            "start": 831174333,
            "stop": 831174722
        },
        {
            "start": 831175645,
            "stop": 831176172
        },
        {
            "start": 831176747,
            "stop": 831176754
        },
        {
            "start": 831176812,
            "stop": 831180517
        },
        {
            "start": 831181422,
            "stop": 831208248
        },
        {
            "start": 831209097,
            "stop": 831222100
        },
        {
            "start": 831237740,
            "stop": 831241760
        },
        {
            "start": 831243158,
            "stop": 831247119
        },
        {
            "start": 831248645,
            "stop": 831249662
        },
        {
            "start": 831249746,
            "stop": 831263338
        },
        {
            "start": 831264302,
            "stop": 831264554
        },
        {
            "start": 831267235,
            "stop": 831273236
        },
        {
            "start": 831274789,
            "stop": 831277154
        },
        {
            "start": 831277678,
            "stop": 831312252
        },
        {
            "start": 831314216,
            "stop": 831323486
        }
    ]
}