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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=104",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=102",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 103,
    "results": [
        {
            "start": 827913760,
            "stop": 827919392
        },
        {
            "start": 827919424,
            "stop": 827921713
        },
        {
            "start": 827923298,
            "stop": 827925627
        },
        {
            "start": 827925630,
            "stop": 827936128
        },
        {
            "start": 827936576,
            "stop": 827940416
        },
        {
            "start": 827940448,
            "stop": 827941376
        },
        {
            "start": 827941408,
            "stop": 827945805
        },
        {
            "start": 827947586,
            "stop": 827950208
        },
        {
            "start": 827950240,
            "stop": 827966816
        },
        {
            "start": 827966848,
            "stop": 827969024
        },
        {
            "start": 827969056,
            "stop": 827969871
        },
        {
            "start": 827970007,
            "stop": 827971432
        },
        {
            "start": 827973240,
            "stop": 827980679
        },
        {
            "start": 827981917,
            "stop": 827982048
        },
        {
            "start": 827982080,
            "stop": 827983872
        },
        {
            "start": 827983904,
            "stop": 827986272
        },
        {
            "start": 827986304,
            "stop": 827997216
        },
        {
            "start": 827997248,
            "stop": 828007520
        },
        {
            "start": 828007552,
            "stop": 828023552
        },
        {
            "start": 828023584,
            "stop": 828028288
        }
    ]
}