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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=230",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=228",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 229,
    "results": [
        {
            "start": 820560898,
            "stop": 820560929
        },
        {
            "start": 820560936,
            "stop": 820561552
        },
        {
            "start": 820561566,
            "stop": 820561860
        },
        {
            "start": 820561990,
            "stop": 820562514
        },
        {
            "start": 820562521,
            "stop": 820562640
        },
        {
            "start": 820562648,
            "stop": 820562735
        },
        {
            "start": 820562742,
            "stop": 820562808
        },
        {
            "start": 820562815,
            "stop": 820562855
        },
        {
            "start": 820562862,
            "stop": 820562893
        },
        {
            "start": 820563687,
            "stop": 820563783
        },
        {
            "start": 820563797,
            "stop": 820564080
        },
        {
            "start": 820564260,
            "stop": 820564532
        },
        {
            "start": 820564539,
            "stop": 820564646
        },
        {
            "start": 820564653,
            "stop": 820565108
        },
        {
            "start": 820565116,
            "stop": 820565210
        },
        {
            "start": 820565290,
            "stop": 820565612
        },
        {
            "start": 820565620,
            "stop": 820566327
        },
        {
            "start": 820566335,
            "stop": 820566420
        },
        {
            "start": 820566480,
            "stop": 820566501
        },
        {
            "start": 820566508,
            "stop": 820566731
        }
    ]
}