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=1876
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=1877",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1875",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1876,
    "results": [
        {
            "start": 1250990033,
            "stop": 1250990034
        },
        {
            "start": 1250990036,
            "stop": 1250990052
        },
        {
            "start": 1250990055,
            "stop": 1250990058
        },
        {
            "start": 1250990061,
            "stop": 1250990078
        },
        {
            "start": 1250990082,
            "stop": 1250990196
        },
        {
            "start": 1250990197,
            "stop": 1250990227
        },
        {
            "start": 1250990231,
            "stop": 1250990361
        },
        {
            "start": 1250990364,
            "stop": 1250990376
        },
        {
            "start": 1250990379,
            "stop": 1250990397
        },
        {
            "start": 1250990400,
            "stop": 1250990414
        },
        {
            "start": 1250990416,
            "stop": 1250990417
        },
        {
            "start": 1250990420,
            "stop": 1250990554
        },
        {
            "start": 1250990557,
            "stop": 1250991605
        },
        {
            "start": 1250991606,
            "stop": 1250992502
        },
        {
            "start": 1250992505,
            "stop": 1250992524
        },
        {
            "start": 1250992525,
            "stop": 1250992579
        },
        {
            "start": 1250992582,
            "stop": 1250992585
        },
        {
            "start": 1250992588,
            "stop": 1250992614
        },
        {
            "start": 1250992615,
            "stop": 1250992616
        },
        {
            "start": 1250992618,
            "stop": 1250992672
        }
    ]
}