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=185
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=186",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT3/segments?format=api&page=184",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 185,
    "results": [
        {
            "start": 1239890310,
            "stop": 1239890313
        },
        {
            "start": 1239890321,
            "stop": 1239890495
        },
        {
            "start": 1239890498,
            "stop": 1239890501
        },
        {
            "start": 1239890502,
            "stop": 1239890705
        },
        {
            "start": 1239890707,
            "stop": 1239890709
        },
        {
            "start": 1239890710,
            "stop": 1239890714
        },
        {
            "start": 1239890715,
            "stop": 1239890753
        },
        {
            "start": 1239890754,
            "stop": 1239890787
        },
        {
            "start": 1239890788,
            "stop": 1239890790
        },
        {
            "start": 1239890791,
            "stop": 1239890793
        },
        {
            "start": 1239890796,
            "stop": 1239890805
        },
        {
            "start": 1239890806,
            "stop": 1239890808
        },
        {
            "start": 1239890811,
            "stop": 1239890837
        },
        {
            "start": 1239890838,
            "stop": 1239890839
        },
        {
            "start": 1239890841,
            "stop": 1239890907
        },
        {
            "start": 1239890912,
            "stop": 1239890922
        },
        {
            "start": 1239890923,
            "stop": 1239890932
        },
        {
            "start": 1239890933,
            "stop": 1239891070
        },
        {
            "start": 1239891072,
            "stop": 1239891077
        },
        {
            "start": 1239891079,
            "stop": 1239891080
        }
    ]
}