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=881
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=882",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=880",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 881,
    "results": [
        {
            "start": 866274910,
            "stop": 866275060
        },
        {
            "start": 866275210,
            "stop": 866275450
        },
        {
            "start": 866275600,
            "stop": 866275930
        },
        {
            "start": 866276080,
            "stop": 866276590
        },
        {
            "start": 866276740,
            "stop": 866277430
        },
        {
            "start": 866277610,
            "stop": 866278120
        },
        {
            "start": 866278255,
            "stop": 866278375
        },
        {
            "start": 866278525,
            "stop": 866279425
        },
        {
            "start": 866279575,
            "stop": 866280325
        },
        {
            "start": 866280475,
            "stop": 866281315
        },
        {
            "start": 866281465,
            "stop": 866282305
        },
        {
            "start": 866282455,
            "stop": 866282845
        },
        {
            "start": 866282875,
            "stop": 866283415
        },
        {
            "start": 866283565,
            "stop": 866284195
        },
        {
            "start": 866284345,
            "stop": 866285365
        },
        {
            "start": 866285545,
            "stop": 866286925
        },
        {
            "start": 866287075,
            "stop": 866288455
        },
        {
            "start": 866288605,
            "stop": 866289055
        },
        {
            "start": 866289239,
            "stop": 866289599
        },
        {
            "start": 866289745,
            "stop": 866289865
        }
    ]
}