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=248
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=249",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=247",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 248,
    "results": [
        {
            "start": 844896594,
            "stop": 844897838
        },
        {
            "start": 844898138,
            "stop": 844898177
        },
        {
            "start": 844898287,
            "stop": 844904463
        },
        {
            "start": 844904465,
            "stop": 844913151
        },
        {
            "start": 844913451,
            "stop": 844913497
        },
        {
            "start": 844913607,
            "stop": 844932222
        },
        {
            "start": 844932522,
            "stop": 844933815
        },
        {
            "start": 844934115,
            "stop": 844936143
        },
        {
            "start": 844936253,
            "stop": 844936292
        },
        {
            "start": 844936592,
            "stop": 844941710
        },
        {
            "start": 844941820,
            "stop": 844942041
        },
        {
            "start": 844942341,
            "stop": 844942357
        },
        {
            "start": 844942467,
            "stop": 844942550
        },
        {
            "start": 844942850,
            "stop": 844942905
        },
        {
            "start": 844943205,
            "stop": 844943240
        },
        {
            "start": 844943350,
            "stop": 844943424
        },
        {
            "start": 844943724,
            "stop": 844943757
        },
        {
            "start": 844943867,
            "stop": 844943875
        },
        {
            "start": 844944175,
            "stop": 844967449
        },
        {
            "start": 844979159,
            "stop": 845004250
        }
    ]
}