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

{
    "next": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=18",
    "previous": "https://gwosc.org/api/v2/runs/O4b/timelines/L1_BURST_CAT3/segments?format=api&page=16",
    "results_count": 3475,
    "results_per_page": 20,
    "num_pages": 174,
    "page_number": 17,
    "results": [
        {
            "start": 1398731230,
            "stop": 1398737606
        },
        {
            "start": 1398737611,
            "stop": 1398741892
        },
        {
            "start": 1398744582,
            "stop": 1398744823
        },
        {
            "start": 1398744824,
            "stop": 1398761606
        },
        {
            "start": 1398761608,
            "stop": 1398768115
        },
        {
            "start": 1398768120,
            "stop": 1398778790
        },
        {
            "start": 1398778795,
            "stop": 1398782565
        },
        {
            "start": 1398782568,
            "stop": 1398788193
        },
        {
            "start": 1398788197,
            "stop": 1398788214
        },
        {
            "start": 1398788216,
            "stop": 1398790762
        },
        {
            "start": 1398790767,
            "stop": 1398793304
        },
        {
            "start": 1398793307,
            "stop": 1398807932
        },
        {
            "start": 1398807935,
            "stop": 1398814822
        },
        {
            "start": 1398814823,
            "stop": 1398843939
        },
        {
            "start": 1398843942,
            "stop": 1398850498
        },
        {
            "start": 1398850502,
            "stop": 1398865968
        },
        {
            "start": 1398865973,
            "stop": 1398877184
        },
        {
            "start": 1398877187,
            "stop": 1398877647
        },
        {
            "start": 1398877651,
            "stop": 1398878452
        },
        {
            "start": 1398878457,
            "stop": 1398887202
        }
    ]
}