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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1495",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1493",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1494,
    "results": [
        {
            "start": 866165162,
            "stop": 866165397
        },
        {
            "start": 866165400,
            "stop": 866165420
        },
        {
            "start": 866165423,
            "stop": 866165447
        },
        {
            "start": 866165450,
            "stop": 866165510
        },
        {
            "start": 866165515,
            "stop": 866165516
        },
        {
            "start": 866165522,
            "stop": 866166134
        },
        {
            "start": 866166318,
            "stop": 866166508
        },
        {
            "start": 866166769,
            "stop": 866166874
        },
        {
            "start": 866166877,
            "stop": 866167111
        },
        {
            "start": 866167114,
            "stop": 866167270
        },
        {
            "start": 866167273,
            "stop": 866167334
        },
        {
            "start": 866167337,
            "stop": 866167339
        },
        {
            "start": 866167342,
            "stop": 866167754
        },
        {
            "start": 866167757,
            "stop": 866167770
        },
        {
            "start": 866167773,
            "stop": 866168678
        },
        {
            "start": 866169728,
            "stop": 866169964
        },
        {
            "start": 866170939,
            "stop": 866171439
        },
        {
            "start": 866171442,
            "stop": 866172767
        },
        {
            "start": 866173757,
            "stop": 866190185
        },
        {
            "start": 866190305,
            "stop": 866193130
        }
    ]
}