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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=345",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=343",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 344,
    "results": [
        {
            "start": 1240702442,
            "stop": 1240702459
        },
        {
            "start": 1240702460,
            "stop": 1240703158
        },
        {
            "start": 1240703159,
            "stop": 1240703398
        },
        {
            "start": 1240703399,
            "stop": 1240703717
        },
        {
            "start": 1240703718,
            "stop": 1240703851
        },
        {
            "start": 1240703852,
            "stop": 1240704145
        },
        {
            "start": 1240704146,
            "stop": 1240704510
        },
        {
            "start": 1240704512,
            "stop": 1240704564
        },
        {
            "start": 1240704565,
            "stop": 1240704837
        },
        {
            "start": 1240704840,
            "stop": 1240704913
        },
        {
            "start": 1240704914,
            "stop": 1240705269
        },
        {
            "start": 1240705270,
            "stop": 1240705313
        },
        {
            "start": 1240705314,
            "stop": 1240705665
        },
        {
            "start": 1240705667,
            "stop": 1240705686
        },
        {
            "start": 1240705687,
            "stop": 1240705697
        },
        {
            "start": 1240705699,
            "stop": 1240705802
        },
        {
            "start": 1240705805,
            "stop": 1240705915
        },
        {
            "start": 1240705917,
            "stop": 1240706437
        },
        {
            "start": 1240706439,
            "stop": 1240706541
        },
        {
            "start": 1240706544,
            "stop": 1240706612
        }
    ]
}