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=221
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=222",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=220",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 221,
    "results": [
        {
            "start": 842049325,
            "stop": 842055497
        },
        {
            "start": 842055592,
            "stop": 842055733
        },
        {
            "start": 842056019,
            "stop": 842056640
        },
        {
            "start": 842056716,
            "stop": 842056758
        },
        {
            "start": 842056910,
            "stop": 842057294
        },
        {
            "start": 842057296,
            "stop": 842057297
        },
        {
            "start": 842057300,
            "stop": 842057353
        },
        {
            "start": 842057502,
            "stop": 842058243
        },
        {
            "start": 842058338,
            "stop": 842078685
        },
        {
            "start": 842078687,
            "stop": 842103533
        },
        {
            "start": 842105152,
            "stop": 842106034
        },
        {
            "start": 842106037,
            "stop": 842108238
        },
        {
            "start": 842108243,
            "stop": 842108385
        },
        {
            "start": 842138858,
            "stop": 842168478
        },
        {
            "start": 842168481,
            "stop": 842171297
        },
        {
            "start": 842171300,
            "stop": 842171400
        },
        {
            "start": 842173580,
            "stop": 842176683
        },
        {
            "start": 842176687,
            "stop": 842177452
        },
        {
            "start": 842177455,
            "stop": 842178915
        },
        {
            "start": 842178918,
            "stop": 842180901
        }
    ]
}