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=383
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=384",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=382",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 383,
    "results": [
        {
            "start": 847752051,
            "stop": 847752063
        },
        {
            "start": 847752065,
            "stop": 847752086
        },
        {
            "start": 847752087,
            "stop": 847752091
        },
        {
            "start": 847752092,
            "stop": 847752103
        },
        {
            "start": 847752105,
            "stop": 847752112
        },
        {
            "start": 847752114,
            "stop": 847752117
        },
        {
            "start": 847752118,
            "stop": 847752181
        },
        {
            "start": 847752183,
            "stop": 847752214
        },
        {
            "start": 847752215,
            "stop": 847752234
        },
        {
            "start": 847752236,
            "stop": 847752317
        },
        {
            "start": 847752318,
            "stop": 847752319
        },
        {
            "start": 847752321,
            "stop": 847752478
        },
        {
            "start": 847752479,
            "stop": 847752489
        },
        {
            "start": 847752491,
            "stop": 847752518
        },
        {
            "start": 847752519,
            "stop": 847752520
        },
        {
            "start": 847752521,
            "stop": 847752539
        },
        {
            "start": 847752540,
            "stop": 847752560
        },
        {
            "start": 847752561,
            "stop": 847752563
        },
        {
            "start": 847752566,
            "stop": 847752689
        },
        {
            "start": 847752690,
            "stop": 847752799
        }
    ]
}