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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=250",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=248",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 249,
    "results": [
        {
            "start": 828086310,
            "stop": 828086730
        },
        {
            "start": 828086937,
            "stop": 828086997
        },
        {
            "start": 828087203,
            "stop": 828087563
        },
        {
            "start": 828087914,
            "stop": 828089174
        },
        {
            "start": 828089326,
            "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": 828093390
        },
        {
            "start": 828093591,
            "stop": 828094071
        },
        {
            "start": 828095268,
            "stop": 828095508
        },
        {
            "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
        }
    ]
}