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=98
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=99",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=97",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 98,
    "results": [
        {
            "start": 825913838,
            "stop": 825913839
        },
        {
            "start": 825913972,
            "stop": 825914897
        },
        {
            "start": 825940962,
            "stop": 825941046
        },
        {
            "start": 825941049,
            "stop": 825941096
        },
        {
            "start": 825941872,
            "stop": 825941896
        },
        {
            "start": 825942006,
            "stop": 825942007
        },
        {
            "start": 825942471,
            "stop": 825944817
        },
        {
            "start": 825944927,
            "stop": 825946164
        },
        {
            "start": 825946464,
            "stop": 825956653
        },
        {
            "start": 825962313,
            "stop": 825962409
        },
        {
            "start": 825962519,
            "stop": 825962556
        },
        {
            "start": 825962856,
            "stop": 825965882
        },
        {
            "start": 825966228,
            "stop": 825966588
        },
        {
            "start": 825966593,
            "stop": 825966673
        },
        {
            "start": 825966707,
            "stop": 825966708
        },
        {
            "start": 825967025,
            "stop": 825970922
        },
        {
            "start": 825971513,
            "stop": 825975556
        },
        {
            "start": 825975856,
            "stop": 825978091
        },
        {
            "start": 825978094,
            "stop": 825979433
        },
        {
            "start": 825979436,
            "stop": 825980957
        }
    ]
}