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_H1L1/segments?format=api&page=120
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_H1L1/segments?format=api&page=121",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=119",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 120,
    "results": [
        {
            "start": 821499324,
            "stop": 821499384
        },
        {
            "start": 821499540,
            "stop": 821499720
        },
        {
            "start": 821502133,
            "stop": 821502253
        },
        {
            "start": 821676182,
            "stop": 821676242
        },
        {
            "start": 821678827,
            "stop": 821678947
        },
        {
            "start": 821682717,
            "stop": 821682837
        },
        {
            "start": 821696764,
            "stop": 821696944
        },
        {
            "start": 821697929,
            "stop": 821697989
        },
        {
            "start": 821698395,
            "stop": 821698515
        },
        {
            "start": 821700307,
            "stop": 821700367
        },
        {
            "start": 821700526,
            "stop": 821700706
        },
        {
            "start": 821701075,
            "stop": 821701195
        },
        {
            "start": 821701749,
            "stop": 821701809
        },
        {
            "start": 821702778,
            "stop": 821702928
        },
        {
            "start": 821703456,
            "stop": 821703516
        },
        {
            "start": 821703943,
            "stop": 821704123
        },
        {
            "start": 821704970,
            "stop": 821705090
        },
        {
            "start": 821705258,
            "stop": 821705318
        },
        {
            "start": 821706097,
            "stop": 821706157
        },
        {
            "start": 821706322,
            "stop": 821706382
        }
    ]
}