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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=174",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 175,
    "results": [
        {
            "start": 820165324,
            "stop": 820166180
        },
        {
            "start": 820166187,
            "stop": 820166210
        },
        {
            "start": 820166217,
            "stop": 820166247
        },
        {
            "start": 820166254,
            "stop": 820166774
        },
        {
            "start": 820166781,
            "stop": 820167100
        },
        {
            "start": 820167107,
            "stop": 820167625
        },
        {
            "start": 820167632,
            "stop": 820167760
        },
        {
            "start": 820167767,
            "stop": 820168345
        },
        {
            "start": 820168352,
            "stop": 820168361
        },
        {
            "start": 820168369,
            "stop": 820168921
        },
        {
            "start": 820168929,
            "stop": 820169091
        },
        {
            "start": 820169098,
            "stop": 820169362
        },
        {
            "start": 820169374,
            "stop": 820169383
        },
        {
            "start": 820169390,
            "stop": 820169652
        },
        {
            "start": 820169659,
            "stop": 820170244
        },
        {
            "start": 820170251,
            "stop": 820170366
        },
        {
            "start": 820170373,
            "stop": 820170471
        },
        {
            "start": 820170478,
            "stop": 820171229
        },
        {
            "start": 820171236,
            "stop": 820171304
        },
        {
            "start": 820171312,
            "stop": 820171549
        }
    ]
}