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

{
    "next": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=366",
    "previous": "https://gwosc.org/api/v2/runs/O4a/timelines/L1_BURST_CAT2/segments?format=api&page=364",
    "results_count": 7535,
    "results_per_page": 20,
    "num_pages": 377,
    "page_number": 365,
    "results": [
        {
            "start": 1386657456,
            "stop": 1386662609
        },
        {
            "start": 1386684644,
            "stop": 1386687893
        },
        {
            "start": 1386687895,
            "stop": 1386688969
        },
        {
            "start": 1386699072,
            "stop": 1386702522
        },
        {
            "start": 1386705587,
            "stop": 1386705912
        },
        {
            "start": 1386711540,
            "stop": 1386711975
        },
        {
            "start": 1386711980,
            "stop": 1386712090
        },
        {
            "start": 1386712094,
            "stop": 1386712725
        },
        {
            "start": 1386712727,
            "stop": 1386713793
        },
        {
            "start": 1386713798,
            "stop": 1386718120
        },
        {
            "start": 1386722371,
            "stop": 1386728109
        },
        {
            "start": 1386728113,
            "stop": 1386744424
        },
        {
            "start": 1386744427,
            "stop": 1386759045
        },
        {
            "start": 1386762614,
            "stop": 1386762627
        },
        {
            "start": 1386762630,
            "stop": 1386778210
        },
        {
            "start": 1386778213,
            "stop": 1386782229
        },
        {
            "start": 1386782232,
            "stop": 1386789167
        },
        {
            "start": 1386791591,
            "stop": 1386820159
        },
        {
            "start": 1386820164,
            "stop": 1386820755
        },
        {
            "start": 1386823752,
            "stop": 1386826185
        }
    ]
}