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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=85",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=83",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 84,
    "results": [
        {
            "start": 825905793,
            "stop": 825906152
        },
        {
            "start": 825906475,
            "stop": 825906649
        },
        {
            "start": 825906759,
            "stop": 825906820
        },
        {
            "start": 825907251,
            "stop": 825910190
        },
        {
            "start": 825910300,
            "stop": 825911902
        },
        {
            "start": 825912202,
            "stop": 825912817
        },
        {
            "start": 825912927,
            "stop": 825913193
        },
        {
            "start": 825913759,
            "stop": 825913839
        },
        {
            "start": 825913972,
            "stop": 825914897
        },
        {
            "start": 825940962,
            "stop": 825941096
        },
        {
            "start": 825941872,
            "stop": 825941896
        },
        {
            "start": 825942006,
            "stop": 825942007
        },
        {
            "start": 825942471,
            "stop": 825944817
        },
        {
            "start": 825944927,
            "stop": 825946164
        },
        {
            "start": 825946464,
            "stop": 825956677
        },
        {
            "start": 825962313,
            "stop": 825962409
        },
        {
            "start": 825962519,
            "stop": 825962556
        },
        {
            "start": 825962856,
            "stop": 825965882
        },
        {
            "start": 825966228,
            "stop": 825966708
        },
        {
            "start": 825967025,
            "stop": 825970922
        }
    ]
}