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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=255",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=253",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 254,
    "results": [
        {
            "start": 1240277407,
            "stop": 1240277437
        },
        {
            "start": 1240277438,
            "stop": 1240277524
        },
        {
            "start": 1240277527,
            "stop": 1240277858
        },
        {
            "start": 1240279910,
            "stop": 1240279912
        },
        {
            "start": 1240279915,
            "stop": 1240280521
        },
        {
            "start": 1240280522,
            "stop": 1240280563
        },
        {
            "start": 1240280564,
            "stop": 1240281007
        },
        {
            "start": 1240281009,
            "stop": 1240281269
        },
        {
            "start": 1240281272,
            "stop": 1240281791
        },
        {
            "start": 1240281792,
            "stop": 1240281879
        },
        {
            "start": 1240281882,
            "stop": 1240283089
        },
        {
            "start": 1240283090,
            "stop": 1240283401
        },
        {
            "start": 1240283402,
            "stop": 1240283979
        },
        {
            "start": 1240283980,
            "stop": 1240284868
        },
        {
            "start": 1240284869,
            "stop": 1240285030
        },
        {
            "start": 1240285031,
            "stop": 1240285043
        },
        {
            "start": 1240285051,
            "stop": 1240285184
        },
        {
            "start": 1240285233,
            "stop": 1240285306
        },
        {
            "start": 1240285307,
            "stop": 1240285691
        },
        {
            "start": 1240285692,
            "stop": 1240285710
        }
    ]
}