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=3038
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=3039",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3037",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3038,
    "results": [
        {
            "start": 864334560,
            "stop": 864334620
        },
        {
            "start": 864334680,
            "stop": 864334740
        },
        {
            "start": 864334800,
            "stop": 864336288
        },
        {
            "start": 864336291,
            "stop": 864338210
        },
        {
            "start": 864338213,
            "stop": 864338880
        },
        {
            "start": 864339496,
            "stop": 864339681
        },
        {
            "start": 864339685,
            "stop": 864339705
        },
        {
            "start": 864339709,
            "stop": 864339720
        },
        {
            "start": 864339780,
            "stop": 864339856
        },
        {
            "start": 864339859,
            "stop": 864339958
        },
        {
            "start": 864339961,
            "stop": 864340013
        },
        {
            "start": 864353063,
            "stop": 864353078
        },
        {
            "start": 864353087,
            "stop": 864353098
        },
        {
            "start": 864353940,
            "stop": 864353983
        },
        {
            "start": 864353989,
            "stop": 864354018
        },
        {
            "start": 864354406,
            "stop": 864354684
        },
        {
            "start": 864354687,
            "stop": 864354821
        },
        {
            "start": 864354825,
            "stop": 864354900
        },
        {
            "start": 864354960,
            "stop": 864355021
        },
        {
            "start": 864355024,
            "stop": 864355849
        }
    ]
}