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=41050
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=41051",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=41049",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 41050,
    "results": [
        {
            "start": 875199165,
            "stop": 875199206
        },
        {
            "start": 875199207,
            "stop": 875199222
        },
        {
            "start": 875199223,
            "stop": 875199224
        },
        {
            "start": 875199225,
            "stop": 875199249
        },
        {
            "start": 875199250,
            "stop": 875199355
        },
        {
            "start": 875199357,
            "stop": 875199398
        },
        {
            "start": 875199399,
            "stop": 875199407
        },
        {
            "start": 875199409,
            "stop": 875199462
        },
        {
            "start": 875199464,
            "stop": 875199483
        },
        {
            "start": 875199484,
            "stop": 875199537
        },
        {
            "start": 875199538,
            "stop": 875199547
        },
        {
            "start": 875199548,
            "stop": 875199590
        },
        {
            "start": 875199591,
            "stop": 875199600
        },
        {
            "start": 875199602,
            "stop": 875199604
        },
        {
            "start": 875199605,
            "stop": 875199620
        },
        {
            "start": 875199621,
            "stop": 875199663
        },
        {
            "start": 875199664,
            "stop": 875199676
        },
        {
            "start": 875199677,
            "stop": 875199683
        },
        {
            "start": 875199684,
            "stop": 875199709
        },
        {
            "start": 875199710,
            "stop": 875199727
        }
    ]
}