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=171
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=172",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=170",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 171,
    "results": [
        {
            "start": 841769699,
            "stop": 841777313
        },
        {
            "start": 841777613,
            "stop": 841781559
        },
        {
            "start": 841782112,
            "stop": 841792427
        },
        {
            "start": 841793894,
            "stop": 841811319
        },
        {
            "start": 841811800,
            "stop": 841827741
        },
        {
            "start": 841828326,
            "stop": 841863811
        },
        {
            "start": 841864111,
            "stop": 841921926
        },
        {
            "start": 841923750,
            "stop": 841930040
        },
        {
            "start": 841960616,
            "stop": 841960760
        },
        {
            "start": 841961060,
            "stop": 841961210
        },
        {
            "start": 841961510,
            "stop": 841962357
        },
        {
            "start": 841962698,
            "stop": 842027334
        },
        {
            "start": 842027383,
            "stop": 842033386
        },
        {
            "start": 842033501,
            "stop": 842037014
        },
        {
            "start": 842038209,
            "stop": 842038684
        },
        {
            "start": 842038984,
            "stop": 842046994
        },
        {
            "start": 842047403,
            "stop": 842048172
        },
        {
            "start": 842049325,
            "stop": 842055497
        },
        {
            "start": 842055592,
            "stop": 842055749
        },
        {
            "start": 842056019,
            "stop": 842056640
        }
    ]
}