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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=168",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=166",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 167,
    "results": [
        {
            "start": 1419831034,
            "stop": 1419832843
        },
        {
            "start": 1419832848,
            "stop": 1419833993
        },
        {
            "start": 1419833998,
            "stop": 1419836892
        },
        {
            "start": 1419836897,
            "stop": 1419864803
        },
        {
            "start": 1419864808,
            "stop": 1419869838
        },
        {
            "start": 1419869841,
            "stop": 1419870681
        },
        {
            "start": 1419883449,
            "stop": 1419885007
        },
        {
            "start": 1419885012,
            "stop": 1419888629
        },
        {
            "start": 1419888634,
            "stop": 1419888693
        },
        {
            "start": 1419888696,
            "stop": 1419889595
        },
        {
            "start": 1419889600,
            "stop": 1419890158
        },
        {
            "start": 1419890163,
            "stop": 1419892432
        },
        {
            "start": 1419892435,
            "stop": 1419894347
        },
        {
            "start": 1419894352,
            "stop": 1419895599
        },
        {
            "start": 1419895604,
            "stop": 1419905364
        },
        {
            "start": 1419905369,
            "stop": 1419927569
        },
        {
            "start": 1419927574,
            "stop": 1419927689
        },
        {
            "start": 1419927694,
            "stop": 1419932208
        },
        {
            "start": 1419932213,
            "stop": 1419940681
        },
        {
            "start": 1419940686,
            "stop": 1419945143
        }
    ]
}