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=244
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=245",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=243",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 244,
    "results": [
        {
            "start": 828081347,
            "stop": 828082067
        },
        {
            "start": 828083310,
            "stop": 828083670
        },
        {
            "start": 828083849,
            "stop": 828084149
        },
        {
            "start": 828084321,
            "stop": 828084381
        },
        {
            "start": 828084860,
            "stop": 828084980
        },
        {
            "start": 828085114,
            "stop": 828085174
        },
        {
            "start": 828085659,
            "stop": 828085779
        },
        {
            "start": 828086310,
            "stop": 828086730
        },
        {
            "start": 828086937,
            "stop": 828086997
        },
        {
            "start": 828087203,
            "stop": 828087563
        },
        {
            "start": 828087914,
            "stop": 828089174
        },
        {
            "start": 828089326,
            "stop": 828089416
        },
        {
            "start": 828089446,
            "stop": 828090406
        },
        {
            "start": 828090579,
            "stop": 828090639
        },
        {
            "start": 828090810,
            "stop": 828091050
        },
        {
            "start": 828091262,
            "stop": 828091622
        },
        {
            "start": 828092040,
            "stop": 828092100
        },
        {
            "start": 828092547,
            "stop": 828092907
        },
        {
            "start": 828093090,
            "stop": 828093360
        },
        {
            "start": 828093591,
            "stop": 828094071
        }
    ]
}