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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=201",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT3/segments?format=api&page=199",
    "results_count": 49802,
    "results_per_page": 20,
    "num_pages": 2491,
    "page_number": 200,
    "results": [
        {
            "start": 820718312,
            "stop": 820718340
        },
        {
            "start": 820718401,
            "stop": 820718411
        },
        {
            "start": 820718415,
            "stop": 820718452
        },
        {
            "start": 820718456,
            "stop": 820718598
        },
        {
            "start": 820718607,
            "stop": 820718760
        },
        {
            "start": 820718820,
            "stop": 820718940
        },
        {
            "start": 820719000,
            "stop": 820719060
        },
        {
            "start": 820719120,
            "stop": 820719240
        },
        {
            "start": 820719300,
            "stop": 820720922
        },
        {
            "start": 820720953,
            "stop": 820728212
        },
        {
            "start": 820728219,
            "stop": 820730030
        },
        {
            "start": 820730170,
            "stop": 820731720
        },
        {
            "start": 820731780,
            "stop": 820732033
        },
        {
            "start": 820733035,
            "stop": 820733833
        },
        {
            "start": 820733852,
            "stop": 820733853
        },
        {
            "start": 820734773,
            "stop": 820736400
        },
        {
            "start": 820736460,
            "stop": 820737133
        },
        {
            "start": 820737228,
            "stop": 820739108
        },
        {
            "start": 820739118,
            "stop": 820741513
        },
        {
            "start": 820742193,
            "stop": 820748953
        }
    ]
}