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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40857",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40855",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40856,
    "results": [
        {
            "start": 875050202,
            "stop": 875050204
        },
        {
            "start": 875050206,
            "stop": 875050219
        },
        {
            "start": 875050221,
            "stop": 875050230
        },
        {
            "start": 875050231,
            "stop": 875050247
        },
        {
            "start": 875050250,
            "stop": 875050264
        },
        {
            "start": 875050266,
            "stop": 875050273
        },
        {
            "start": 875050275,
            "stop": 875050284
        },
        {
            "start": 875050286,
            "stop": 875050287
        },
        {
            "start": 875050288,
            "stop": 875050322
        },
        {
            "start": 875050324,
            "stop": 875050329
        },
        {
            "start": 875050330,
            "stop": 875050336
        },
        {
            "start": 875050339,
            "stop": 875050367
        },
        {
            "start": 875050369,
            "stop": 875050376
        },
        {
            "start": 875050378,
            "stop": 875050400
        },
        {
            "start": 875050402,
            "stop": 875050405
        },
        {
            "start": 875050406,
            "stop": 875050416
        },
        {
            "start": 875050418,
            "stop": 875050421
        },
        {
            "start": 875050422,
            "stop": 875050426
        },
        {
            "start": 875050427,
            "stop": 875050431
        },
        {
            "start": 875050432,
            "stop": 875050443
        }
    ]
}