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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=342",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 343,
    "results": [
        {
            "start": 821752571,
            "stop": 821752577
        },
        {
            "start": 821752580,
            "stop": 821752585
        },
        {
            "start": 821752588,
            "stop": 821752613
        },
        {
            "start": 821752616,
            "stop": 821752622
        },
        {
            "start": 821752625,
            "stop": 821752639
        },
        {
            "start": 821752642,
            "stop": 821752646
        },
        {
            "start": 821752649,
            "stop": 821752655
        },
        {
            "start": 821752658,
            "stop": 821752666
        },
        {
            "start": 821752669,
            "stop": 821752671
        },
        {
            "start": 821752674,
            "stop": 821752679
        },
        {
            "start": 821752685,
            "stop": 821752694
        },
        {
            "start": 821752702,
            "stop": 821752706
        },
        {
            "start": 821752709,
            "stop": 821752716
        },
        {
            "start": 821752719,
            "stop": 821752721
        },
        {
            "start": 821752735,
            "stop": 821752739
        },
        {
            "start": 821752752,
            "stop": 821752756
        },
        {
            "start": 821752764,
            "stop": 821752773
        },
        {
            "start": 821752788,
            "stop": 821752795
        },
        {
            "start": 821752798,
            "stop": 821752812
        },
        {
            "start": 821752816,
            "stop": 821752823
        }
    ]
}