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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=185",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/L1_BURST_CAT3/segments?format=api&page=183",
    "results_count": 22079,
    "results_per_page": 20,
    "num_pages": 1104,
    "page_number": 184,
    "results": [
        {
            "start": 1239841273,
            "stop": 1239841392
        },
        {
            "start": 1239841393,
            "stop": 1239841512
        },
        {
            "start": 1239841513,
            "stop": 1239841632
        },
        {
            "start": 1239841633,
            "stop": 1239841752
        },
        {
            "start": 1239841753,
            "stop": 1239841872
        },
        {
            "start": 1239841873,
            "stop": 1239841992
        },
        {
            "start": 1239841993,
            "stop": 1239842112
        },
        {
            "start": 1239842113,
            "stop": 1239842232
        },
        {
            "start": 1239842233,
            "stop": 1239842352
        },
        {
            "start": 1239842353,
            "stop": 1239842472
        },
        {
            "start": 1239842473,
            "stop": 1239842592
        },
        {
            "start": 1239842593,
            "stop": 1239842712
        },
        {
            "start": 1239842713,
            "stop": 1239842832
        },
        {
            "start": 1239842833,
            "stop": 1239842952
        },
        {
            "start": 1239842953,
            "stop": 1239843072
        },
        {
            "start": 1239843073,
            "stop": 1239843192
        },
        {
            "start": 1239843193,
            "stop": 1239843251
        },
        {
            "start": 1239843254,
            "stop": 1239843312
        },
        {
            "start": 1239843313,
            "stop": 1239843432
        },
        {
            "start": 1239843433,
            "stop": 1239843552
        }
    ]
}