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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=213",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=211",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 212,
    "results": [
        {
            "start": 820475332,
            "stop": 820476133
        },
        {
            "start": 820476136,
            "stop": 820476462
        },
        {
            "start": 820476465,
            "stop": 820476519
        },
        {
            "start": 820476522,
            "stop": 820476560
        },
        {
            "start": 820476564,
            "stop": 820476585
        },
        {
            "start": 820476589,
            "stop": 820476752
        },
        {
            "start": 820476755,
            "stop": 820476965
        },
        {
            "start": 820476968,
            "stop": 820477030
        },
        {
            "start": 820477033,
            "stop": 820477168
        },
        {
            "start": 820477171,
            "stop": 820477196
        },
        {
            "start": 820477199,
            "stop": 820477458
        },
        {
            "start": 820477461,
            "stop": 820477542
        },
        {
            "start": 820477545,
            "stop": 820477549
        },
        {
            "start": 820477552,
            "stop": 820477555
        },
        {
            "start": 820477558,
            "stop": 820477665
        },
        {
            "start": 820477668,
            "stop": 820477937
        },
        {
            "start": 820477941,
            "stop": 820478285
        },
        {
            "start": 820478289,
            "stop": 820478834
        },
        {
            "start": 820478837,
            "stop": 820479127
        },
        {
            "start": 820479130,
            "stop": 820479163
        }
    ]
}