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=97
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=98",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=96",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 97,
    "results": [
        {
            "start": 825869741,
            "stop": 825873487
        },
        {
            "start": 825877604,
            "stop": 825880411
        },
        {
            "start": 825882309,
            "stop": 825882524
        },
        {
            "start": 825882824,
            "stop": 825889324
        },
        {
            "start": 825895472,
            "stop": 825897062
        },
        {
            "start": 825897362,
            "stop": 825898706
        },
        {
            "start": 825899536,
            "stop": 825899859
        },
        {
            "start": 825900522,
            "stop": 825900781
        },
        {
            "start": 825900891,
            "stop": 825903157
        },
        {
            "start": 825903457,
            "stop": 825904459
        },
        {
            "start": 825904569,
            "stop": 825904591
        },
        {
            "start": 825905793,
            "stop": 825906152
        },
        {
            "start": 825906475,
            "stop": 825906649
        },
        {
            "start": 825906759,
            "stop": 825906820
        },
        {
            "start": 825907251,
            "stop": 825910190
        },
        {
            "start": 825910300,
            "stop": 825910632
        },
        {
            "start": 825910635,
            "stop": 825911902
        },
        {
            "start": 825912202,
            "stop": 825912817
        },
        {
            "start": 825912927,
            "stop": 825913193
        },
        {
            "start": 825913759,
            "stop": 825913813
        }
    ]
}