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=87
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=88",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=86",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 87,
    "results": [
        {
            "start": 825031490,
            "stop": 825031502
        },
        {
            "start": 825031505,
            "stop": 825031506
        },
        {
            "start": 825031511,
            "stop": 825031821
        },
        {
            "start": 825031824,
            "stop": 825031853
        },
        {
            "start": 825031856,
            "stop": 825031857
        },
        {
            "start": 825031863,
            "stop": 825032160
        },
        {
            "start": 825032192,
            "stop": 825037216
        },
        {
            "start": 825037248,
            "stop": 825047296
        },
        {
            "start": 825047328,
            "stop": 825051104
        },
        {
            "start": 825051136,
            "stop": 825052672
        },
        {
            "start": 825052704,
            "stop": 825069600
        },
        {
            "start": 825069632,
            "stop": 825070016
        },
        {
            "start": 825070048,
            "stop": 825084128
        },
        {
            "start": 825084160,
            "stop": 825090912
        },
        {
            "start": 825090944,
            "stop": 825094624
        },
        {
            "start": 825094656,
            "stop": 825097923
        },
        {
            "start": 825097928,
            "stop": 825098336
        },
        {
            "start": 825098368,
            "stop": 825098400
        },
        {
            "start": 825098432,
            "stop": 825098759
        },
        {
            "start": 825098764,
            "stop": 825099452
        }
    ]
}