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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=908",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=906",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 907,
    "results": [
        {
            "start": 867724691,
            "stop": 867725081
        },
        {
            "start": 867725231,
            "stop": 867726581
        },
        {
            "start": 867726731,
            "stop": 867727331
        },
        {
            "start": 867727481,
            "stop": 867727601
        },
        {
            "start": 867727751,
            "stop": 867728081
        },
        {
            "start": 867728231,
            "stop": 867728411
        },
        {
            "start": 867728561,
            "stop": 867729911
        },
        {
            "start": 867730119,
            "stop": 867738159
        },
        {
            "start": 867738309,
            "stop": 867738939
        },
        {
            "start": 867739161,
            "stop": 867739341
        },
        {
            "start": 867739501,
            "stop": 867739741
        },
        {
            "start": 867740889,
            "stop": 867742689
        },
        {
            "start": 867742839,
            "stop": 867743049
        },
        {
            "start": 867743199,
            "stop": 867743289
        },
        {
            "start": 867743439,
            "stop": 867744399
        },
        {
            "start": 867744549,
            "stop": 867744789
        },
        {
            "start": 867744939,
            "stop": 867758199
        },
        {
            "start": 867758349,
            "stop": 867759069
        },
        {
            "start": 867765662,
            "stop": 867766682
        },
        {
            "start": 867766802,
            "stop": 867766862
        }
    ]
}