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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=158",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/V1_BURST_CAT3/segments?format=api&page=156",
    "results_count": 4982,
    "results_per_page": 20,
    "num_pages": 250,
    "page_number": 157,
    "results": [
        {
            "start": 1419015542,
            "stop": 1419015914
        },
        {
            "start": 1419015915,
            "stop": 1419016886
        },
        {
            "start": 1419016892,
            "stop": 1419018834
        },
        {
            "start": 1419018846,
            "stop": 1419018850
        },
        {
            "start": 1419018858,
            "stop": 1419019041
        },
        {
            "start": 1419019042,
            "stop": 1419019304
        },
        {
            "start": 1419019305,
            "stop": 1419019852
        },
        {
            "start": 1419019862,
            "stop": 1419019965
        },
        {
            "start": 1419019967,
            "stop": 1419020526
        },
        {
            "start": 1419020531,
            "stop": 1419022110
        },
        {
            "start": 1419022112,
            "stop": 1419022484
        },
        {
            "start": 1419022485,
            "stop": 1419022491
        },
        {
            "start": 1419022492,
            "stop": 1419023758
        },
        {
            "start": 1419023760,
            "stop": 1419023805
        },
        {
            "start": 1419023806,
            "stop": 1419023810
        },
        {
            "start": 1419023814,
            "stop": 1419023851
        },
        {
            "start": 1419023853,
            "stop": 1419024138
        },
        {
            "start": 1419024146,
            "stop": 1419024890
        },
        {
            "start": 1419024895,
            "stop": 1419025110
        },
        {
            "start": 1419025114,
            "stop": 1419025478
        }
    ]
}