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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=186",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=184",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 185,
    "results": [
        {
            "start": 956584566,
            "stop": 956584571
        },
        {
            "start": 956584589,
            "stop": 956584591
        },
        {
            "start": 956584594,
            "stop": 956584595
        },
        {
            "start": 956584601,
            "stop": 956584604
        },
        {
            "start": 956584612,
            "stop": 956584632
        },
        {
            "start": 956584635,
            "stop": 956584646
        },
        {
            "start": 956584649,
            "stop": 956584650
        },
        {
            "start": 956584664,
            "stop": 956584678
        },
        {
            "start": 956584681,
            "stop": 956584683
        },
        {
            "start": 956584688,
            "stop": 956584723
        },
        {
            "start": 956584731,
            "stop": 956584741
        },
        {
            "start": 956584747,
            "stop": 956584748
        },
        {
            "start": 956584752,
            "stop": 956584755
        },
        {
            "start": 956584759,
            "stop": 956584762
        },
        {
            "start": 956584774,
            "stop": 956584776
        },
        {
            "start": 956584781,
            "stop": 956584782
        },
        {
            "start": 956584786,
            "stop": 956584831
        },
        {
            "start": 956584848,
            "stop": 956584849
        },
        {
            "start": 956584852,
            "stop": 956584856
        },
        {
            "start": 956584861,
            "stop": 956584932
        }
    ]
}