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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2940",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=2938",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 2939,
    "results": [
        {
            "start": 859154450,
            "stop": 859155212
        },
        {
            "start": 859155215,
            "stop": 859155256
        },
        {
            "start": 859155269,
            "stop": 859155270
        },
        {
            "start": 859155273,
            "stop": 859155275
        },
        {
            "start": 859155287,
            "stop": 859155322
        },
        {
            "start": 859156455,
            "stop": 859156800
        },
        {
            "start": 859156860,
            "stop": 859159620
        },
        {
            "start": 859159680,
            "stop": 859160624
        },
        {
            "start": 859160805,
            "stop": 859163040
        },
        {
            "start": 859163100,
            "stop": 859163460
        },
        {
            "start": 859163520,
            "stop": 859181785
        },
        {
            "start": 859183464,
            "stop": 859200862
        },
        {
            "start": 859200867,
            "stop": 859205160
        },
        {
            "start": 859205280,
            "stop": 859209960
        },
        {
            "start": 859210020,
            "stop": 859214280
        },
        {
            "start": 859214340,
            "stop": 859215000
        },
        {
            "start": 859215060,
            "stop": 859215241
        },
        {
            "start": 859215245,
            "stop": 859219860
        },
        {
            "start": 859219920,
            "stop": 859221081
        },
        {
            "start": 859221084,
            "stop": 859221584
        }
    ]
}