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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=714",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=712",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 713,
    "results": [
        {
            "start": 830370384,
            "stop": 830370402
        },
        {
            "start": 830370421,
            "stop": 830370434
        },
        {
            "start": 830371489,
            "stop": 830371520
        },
        {
            "start": 830371572,
            "stop": 830371575
        },
        {
            "start": 830371638,
            "stop": 830371641
        },
        {
            "start": 830371668,
            "stop": 830371670
        },
        {
            "start": 830371709,
            "stop": 830371717
        },
        {
            "start": 830371857,
            "stop": 830371867
        },
        {
            "start": 830371903,
            "stop": 830371954
        },
        {
            "start": 830372188,
            "stop": 830372195
        },
        {
            "start": 830372379,
            "stop": 830372404
        },
        {
            "start": 830372443,
            "stop": 830372597
        },
        {
            "start": 830372822,
            "stop": 830372859
        },
        {
            "start": 830372893,
            "stop": 830372907
        },
        {
            "start": 830373116,
            "stop": 830373122
        },
        {
            "start": 830373349,
            "stop": 830373350
        },
        {
            "start": 830373433,
            "stop": 830373434
        },
        {
            "start": 830373597,
            "stop": 830373606
        },
        {
            "start": 830373683,
            "stop": 830373740
        },
        {
            "start": 830373759,
            "stop": 830373774
        }
    ]
}