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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=306",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=304",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 305,
    "results": [
        {
            "start": 832881588,
            "stop": 832881768
        },
        {
            "start": 832888287,
            "stop": 832889547
        },
        {
            "start": 832889705,
            "stop": 832892795
        },
        {
            "start": 832892945,
            "stop": 832895525
        },
        {
            "start": 832895674,
            "stop": 832901314
        },
        {
            "start": 832901522,
            "stop": 832902872
        },
        {
            "start": 832903022,
            "stop": 832904282
        },
        {
            "start": 832904922,
            "stop": 832911132
        },
        {
            "start": 832911282,
            "stop": 832918812
        },
        {
            "start": 832919083,
            "stop": 832921303
        },
        {
            "start": 832921478,
            "stop": 832923398
        },
        {
            "start": 832927731,
            "stop": 832932591
        },
        {
            "start": 832932846,
            "stop": 832936146
        },
        {
            "start": 832936314,
            "stop": 832939734
        },
        {
            "start": 832940489,
            "stop": 832941869
        },
        {
            "start": 832942917,
            "stop": 832942977
        },
        {
            "start": 832943126,
            "stop": 832943246
        },
        {
            "start": 832943400,
            "stop": 832943520
        },
        {
            "start": 832944595,
            "stop": 832944715
        },
        {
            "start": 832944884,
            "stop": 832945124
        }
    ]
}