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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7116",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7114",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7115,
    "results": [
        {
            "start": 874248868,
            "stop": 874248941
        },
        {
            "start": 874248942,
            "stop": 874248965
        },
        {
            "start": 874248966,
            "stop": 874249112
        },
        {
            "start": 874249113,
            "stop": 874249193
        },
        {
            "start": 874249194,
            "stop": 874249346
        },
        {
            "start": 874249347,
            "stop": 874249487
        },
        {
            "start": 874249488,
            "stop": 874249746
        },
        {
            "start": 874249747,
            "stop": 874250252
        },
        {
            "start": 874250253,
            "stop": 874250305
        },
        {
            "start": 874250306,
            "stop": 874250424
        },
        {
            "start": 874250425,
            "stop": 874250660
        },
        {
            "start": 874250661,
            "stop": 874250705
        },
        {
            "start": 874250706,
            "stop": 874250806
        },
        {
            "start": 874250807,
            "stop": 874250880
        },
        {
            "start": 874250881,
            "stop": 874250905
        },
        {
            "start": 874250906,
            "stop": 874251453
        },
        {
            "start": 874251454,
            "stop": 874251633
        },
        {
            "start": 874251634,
            "stop": 874251731
        },
        {
            "start": 874251732,
            "stop": 874251750
        },
        {
            "start": 874251751,
            "stop": 874251840
        }
    ]
}