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=1019
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=1020",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=1018",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 1019,
    "results": [
        {
            "start": 871910416,
            "stop": 871911976
        },
        {
            "start": 871917605,
            "stop": 871917845
        },
        {
            "start": 871918212,
            "stop": 871918272
        },
        {
            "start": 871918422,
            "stop": 871919052
        },
        {
            "start": 871919199,
            "stop": 871919289
        },
        {
            "start": 871923662,
            "stop": 871923722
        },
        {
            "start": 871924573,
            "stop": 871925353
        },
        {
            "start": 871925600,
            "stop": 871925660
        },
        {
            "start": 871925958,
            "stop": 871926378
        },
        {
            "start": 871926737,
            "stop": 871926917
        },
        {
            "start": 871927095,
            "stop": 871927275
        },
        {
            "start": 871927680,
            "stop": 871928580
        },
        {
            "start": 871928742,
            "stop": 871929882
        },
        {
            "start": 871930208,
            "stop": 871931048
        },
        {
            "start": 871931225,
            "stop": 871931285
        },
        {
            "start": 871931596,
            "stop": 871931656
        },
        {
            "start": 871931962,
            "stop": 871932022
        },
        {
            "start": 871932905,
            "stop": 871933625
        },
        {
            "start": 871933775,
            "stop": 871933985
        },
        {
            "start": 871934147,
            "stop": 871934207
        }
    ]
}