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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=215",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=213",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 214,
    "results": [
        {
            "start": 934119417,
            "stop": 934120322
        },
        {
            "start": 934120327,
            "stop": 934122033
        },
        {
            "start": 934122036,
            "stop": 934122067
        },
        {
            "start": 934122069,
            "stop": 934122196
        },
        {
            "start": 934122198,
            "stop": 934122423
        },
        {
            "start": 934122425,
            "stop": 934122655
        },
        {
            "start": 934122660,
            "stop": 934122751
        },
        {
            "start": 934122757,
            "stop": 934122783
        },
        {
            "start": 934122795,
            "stop": 934122799
        },
        {
            "start": 934122806,
            "stop": 934122816
        },
        {
            "start": 934122818,
            "stop": 934122844
        },
        {
            "start": 934122850,
            "stop": 934122908
        },
        {
            "start": 934122913,
            "stop": 934122958
        },
        {
            "start": 934126605,
            "stop": 934126614
        },
        {
            "start": 934126618,
            "stop": 934128944
        },
        {
            "start": 934128948,
            "stop": 934129235
        },
        {
            "start": 934129237,
            "stop": 934129268
        },
        {
            "start": 934129270,
            "stop": 934129397
        },
        {
            "start": 934129399,
            "stop": 934129626
        },
        {
            "start": 934129628,
            "stop": 934129952
        }
    ]
}