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=156
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=157",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=155",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 156,
    "results": [
        {
            "start": 834189175,
            "stop": 834189176
        },
        {
            "start": 834189178,
            "stop": 834189184
        },
        {
            "start": 834190907,
            "stop": 834191525
        },
        {
            "start": 834191527,
            "stop": 834193508
        },
        {
            "start": 834193510,
            "stop": 834193530
        },
        {
            "start": 834193535,
            "stop": 834193545
        },
        {
            "start": 834193547,
            "stop": 834193549
        },
        {
            "start": 834193557,
            "stop": 834193558
        },
        {
            "start": 834197771,
            "stop": 834199251
        },
        {
            "start": 834199253,
            "stop": 834205832
        },
        {
            "start": 834205834,
            "stop": 834205958
        },
        {
            "start": 834205960,
            "stop": 834205984
        },
        {
            "start": 834205986,
            "stop": 834205988
        },
        {
            "start": 834205989,
            "stop": 834206015
        },
        {
            "start": 834206020,
            "stop": 834206031
        },
        {
            "start": 834206033,
            "stop": 834206057
        },
        {
            "start": 834206061,
            "stop": 834206063
        },
        {
            "start": 834206067,
            "stop": 834206072
        },
        {
            "start": 834206073,
            "stop": 834206082
        },
        {
            "start": 834206084,
            "stop": 834206085
        }
    ]
}