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=131
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=132",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=130",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 131,
    "results": [
        {
            "start": 821678827,
            "stop": 821678947
        },
        {
            "start": 821682717,
            "stop": 821682837
        },
        {
            "start": 821696474,
            "stop": 821696534
        },
        {
            "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": 821702958
        },
        {
            "start": 821703456,
            "stop": 821703516
        },
        {
            "start": 821703943,
            "stop": 821704123
        },
        {
            "start": 821704970,
            "stop": 821705090
        },
        {
            "start": 821705258,
            "stop": 821705318
        },
        {
            "start": 821706097,
            "stop": 821706157
        },
        {
            "start": 821706322,
            "stop": 821706382
        },
        {
            "start": 821706698,
            "stop": 821706878
        },
        {
            "start": 821707156,
            "stop": 821707216
        },
        {
            "start": 821707546,
            "stop": 821707726
        }
    ]
}