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=3133
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=3134",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3132",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3133,
    "results": [
        {
            "start": 868300382,
            "stop": 868300511
        },
        {
            "start": 868301369,
            "stop": 868301406
        },
        {
            "start": 868302506,
            "stop": 868303560
        },
        {
            "start": 868303620,
            "stop": 868303680
        },
        {
            "start": 868303800,
            "stop": 868304580
        },
        {
            "start": 868304640,
            "stop": 868304760
        },
        {
            "start": 868304820,
            "stop": 868304932
        },
        {
            "start": 868305372,
            "stop": 868306652
        },
        {
            "start": 868306658,
            "stop": 868307940
        },
        {
            "start": 868308000,
            "stop": 868308120
        },
        {
            "start": 868308180,
            "stop": 868309753
        },
        {
            "start": 868309757,
            "stop": 868310777
        },
        {
            "start": 868310783,
            "stop": 868310820
        },
        {
            "start": 868310880,
            "stop": 868312305
        },
        {
            "start": 868312315,
            "stop": 868312317
        },
        {
            "start": 868312440,
            "stop": 868313410
        },
        {
            "start": 868313415,
            "stop": 868313425
        },
        {
            "start": 868313430,
            "stop": 868313442
        },
        {
            "start": 868313448,
            "stop": 868313452
        },
        {
            "start": 868313458,
            "stop": 868313460
        }
    ]
}