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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=63",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/H1_BURST_CAT3/segments?format=api&page=61",
    "results_count": 3868,
    "results_per_page": 20,
    "num_pages": 194,
    "page_number": 62,
    "results": [
        {
            "start": 1408971584,
            "stop": 1408979130
        },
        {
            "start": 1408979134,
            "stop": 1408980645
        },
        {
            "start": 1408993455,
            "stop": 1408995254
        },
        {
            "start": 1408995280,
            "stop": 1408995300
        },
        {
            "start": 1408995687,
            "stop": 1408995736
        },
        {
            "start": 1408995741,
            "stop": 1408997016
        },
        {
            "start": 1408997021,
            "stop": 1409006869
        },
        {
            "start": 1409006873,
            "stop": 1409008339
        },
        {
            "start": 1409008344,
            "stop": 1409008957
        },
        {
            "start": 1409009279,
            "stop": 1409011071
        },
        {
            "start": 1409011076,
            "stop": 1409011429
        },
        {
            "start": 1409011434,
            "stop": 1409011521
        },
        {
            "start": 1409011526,
            "stop": 1409013872
        },
        {
            "start": 1409013877,
            "stop": 1409014548
        },
        {
            "start": 1409014553,
            "stop": 1409015066
        },
        {
            "start": 1409015071,
            "stop": 1409015173
        },
        {
            "start": 1409015178,
            "stop": 1409015779
        },
        {
            "start": 1409015784,
            "stop": 1409015924
        },
        {
            "start": 1409015929,
            "stop": 1409016381
        },
        {
            "start": 1409016386,
            "stop": 1409016874
        }
    ]
}