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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT1/segments?format=api&page=181",
    "results_count": 6293,
    "results_per_page": 20,
    "num_pages": 315,
    "page_number": 182,
    "results": [
        {
            "start": 847546394,
            "stop": 847546421
        },
        {
            "start": 847546596,
            "stop": 847549803
        },
        {
            "start": 847553758,
            "stop": 847554186
        },
        {
            "start": 847555292,
            "stop": 847555568
        },
        {
            "start": 847559955,
            "stop": 847560370
        },
        {
            "start": 847560509,
            "stop": 847560813
        },
        {
            "start": 847560987,
            "stop": 847561917
        },
        {
            "start": 847613069,
            "stop": 847617145
        },
        {
            "start": 847617825,
            "stop": 847619762
        },
        {
            "start": 847619876,
            "stop": 847625254
        },
        {
            "start": 847727359,
            "stop": 847729641
        },
        {
            "start": 847731097,
            "stop": 847731727
        },
        {
            "start": 847732935,
            "stop": 847734136
        },
        {
            "start": 847761986,
            "stop": 847764383
        },
        {
            "start": 847764555,
            "stop": 847764665
        },
        {
            "start": 847764963,
            "stop": 847766769
        },
        {
            "start": 847767324,
            "stop": 847784391
        },
        {
            "start": 847786774,
            "stop": 847790232
        },
        {
            "start": 847791310,
            "stop": 847811167
        },
        {
            "start": 847811764,
            "stop": 847812266
        }
    ]
}