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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3052",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3050",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3051,
    "results": [
        {
            "start": 864973425,
            "stop": 864974264
        },
        {
            "start": 864974445,
            "stop": 864975085
        },
        {
            "start": 864975090,
            "stop": 864975704
        },
        {
            "start": 864975885,
            "stop": 864976724
        },
        {
            "start": 864976905,
            "stop": 864979092
        },
        {
            "start": 864979095,
            "stop": 864991620
        },
        {
            "start": 864991623,
            "stop": 864994675
        },
        {
            "start": 864994683,
            "stop": 864995160
        },
        {
            "start": 864995220,
            "stop": 864998700
        },
        {
            "start": 864998760,
            "stop": 864999060
        },
        {
            "start": 864999120,
            "stop": 864999255
        },
        {
            "start": 864999258,
            "stop": 864999300
        },
        {
            "start": 864999303,
            "stop": 865001474
        },
        {
            "start": 865001478,
            "stop": 865003680
        },
        {
            "start": 865003860,
            "stop": 865004032
        },
        {
            "start": 865004038,
            "stop": 865005660
        },
        {
            "start": 865005720,
            "stop": 865005815
        },
        {
            "start": 865005820,
            "stop": 865006320
        },
        {
            "start": 865006380,
            "stop": 865009200
        },
        {
            "start": 865009260,
            "stop": 865012140
        }
    ]
}