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=245
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=246",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=244",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 245,
    "results": [
        {
            "start": 828095267,
            "stop": 828095507
        },
        {
            "start": 828095717,
            "stop": 828095837
        },
        {
            "start": 828096023,
            "stop": 828096143
        },
        {
            "start": 828096479,
            "stop": 828096599
        },
        {
            "start": 828096754,
            "stop": 828096874
        },
        {
            "start": 828097046,
            "stop": 828097166
        },
        {
            "start": 828097339,
            "stop": 828097459
        },
        {
            "start": 828097609,
            "stop": 828097729
        },
        {
            "start": 828097906,
            "stop": 828097996
        },
        {
            "start": 828098230,
            "stop": 828098920
        },
        {
            "start": 828100680,
            "stop": 828101580
        },
        {
            "start": 828101793,
            "stop": 828102123
        },
        {
            "start": 828102445,
            "stop": 828102685
        },
        {
            "start": 828103504,
            "stop": 828103894
        },
        {
            "start": 828103924,
            "stop": 828103984
        },
        {
            "start": 828104261,
            "stop": 828104681
        },
        {
            "start": 828105913,
            "stop": 828106093
        },
        {
            "start": 828106303,
            "stop": 828106603
        },
        {
            "start": 828176015,
            "stop": 828176195
        },
        {
            "start": 828176583,
            "stop": 828176643
        }
    ]
}