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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT3/segments?format=api&page=248",
    "results_count": 143782,
    "results_per_page": 20,
    "num_pages": 7190,
    "page_number": 249,
    "results": [
        {
            "start": 818218674,
            "stop": 818218675
        },
        {
            "start": 818218678,
            "stop": 818218680
        },
        {
            "start": 818218693,
            "stop": 818218699
        },
        {
            "start": 818218704,
            "stop": 818218708
        },
        {
            "start": 818218718,
            "stop": 818218720
        },
        {
            "start": 818218738,
            "stop": 818218739
        },
        {
            "start": 818218745,
            "stop": 818218746
        },
        {
            "start": 818218758,
            "stop": 818218760
        },
        {
            "start": 818218766,
            "stop": 818218767
        },
        {
            "start": 818218775,
            "stop": 818218776
        },
        {
            "start": 818218780,
            "stop": 818218782
        },
        {
            "start": 818218800,
            "stop": 818218805
        },
        {
            "start": 818218826,
            "stop": 818218828
        },
        {
            "start": 818218846,
            "stop": 818218847
        },
        {
            "start": 818218850,
            "stop": 818218856
        },
        {
            "start": 818218863,
            "stop": 818218865
        },
        {
            "start": 818218868,
            "stop": 818218870
        },
        {
            "start": 818218892,
            "stop": 818218893
        },
        {
            "start": 818218896,
            "stop": 818218897
        },
        {
            "start": 818218901,
            "stop": 818218902
        }
    ]
}