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=769
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=770",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=768",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 769,
    "results": [
        {
            "start": 856832360,
            "stop": 856834340
        },
        {
            "start": 856834904,
            "stop": 856844984
        },
        {
            "start": 856845074,
            "stop": 856848884
        },
        {
            "start": 856849075,
            "stop": 856855495
        },
        {
            "start": 856855661,
            "stop": 856858181
        },
        {
            "start": 856859578,
            "stop": 856861018
        },
        {
            "start": 856861159,
            "stop": 856861339
        },
        {
            "start": 856861492,
            "stop": 856861672
        },
        {
            "start": 856862014,
            "stop": 856862374
        },
        {
            "start": 856864468,
            "stop": 856864648
        },
        {
            "start": 856864809,
            "stop": 856865229
        },
        {
            "start": 856865387,
            "stop": 856865807
        },
        {
            "start": 856866058,
            "stop": 856866778
        },
        {
            "start": 856868136,
            "stop": 856876776
        },
        {
            "start": 856877652,
            "stop": 856878972
        },
        {
            "start": 856880730,
            "stop": 856882470
        },
        {
            "start": 856882530,
            "stop": 856885830
        },
        {
            "start": 856885980,
            "stop": 856887480
        },
        {
            "start": 856887630,
            "stop": 856888290
        },
        {
            "start": 856889660,
            "stop": 856891700
        }
    ]
}