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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40720",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3E/segments?format=api&page=40718",
    "results_count": 822197,
    "results_per_page": 20,
    "num_pages": 41110,
    "page_number": 40719,
    "results": [
        {
            "start": 874956108,
            "stop": 874956113
        },
        {
            "start": 874956115,
            "stop": 874956127
        },
        {
            "start": 874956128,
            "stop": 874956132
        },
        {
            "start": 874956134,
            "stop": 874956179
        },
        {
            "start": 874956180,
            "stop": 874956195
        },
        {
            "start": 874956196,
            "stop": 874956245
        },
        {
            "start": 874956247,
            "stop": 874956254
        },
        {
            "start": 874956255,
            "stop": 874956262
        },
        {
            "start": 874956264,
            "stop": 874956269
        },
        {
            "start": 874956270,
            "stop": 874956278
        },
        {
            "start": 874956279,
            "stop": 874956321
        },
        {
            "start": 874956322,
            "stop": 874956328
        },
        {
            "start": 874956329,
            "stop": 874956331
        },
        {
            "start": 874956332,
            "stop": 874956372
        },
        {
            "start": 874956373,
            "stop": 874956384
        },
        {
            "start": 874956385,
            "stop": 874956386
        },
        {
            "start": 874956387,
            "stop": 874956405
        },
        {
            "start": 874956406,
            "stop": 874956418
        },
        {
            "start": 874956420,
            "stop": 874956422
        },
        {
            "start": 874956424,
            "stop": 874956430
        }
    ]
}