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=330
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=331",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT2_H1L1/segments?format=api&page=329",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 330,
    "results": [
        {
            "start": 834090508,
            "stop": 834090748
        },
        {
            "start": 834090921,
            "stop": 834091041
        },
        {
            "start": 834091264,
            "stop": 834091324
        },
        {
            "start": 834091489,
            "stop": 834091549
        },
        {
            "start": 834099897,
            "stop": 834100017
        },
        {
            "start": 834101970,
            "stop": 834102120
        },
        {
            "start": 834102332,
            "stop": 834102452
        },
        {
            "start": 834102622,
            "stop": 834102982
        },
        {
            "start": 834103506,
            "stop": 834103896
        },
        {
            "start": 834104089,
            "stop": 834104209
        },
        {
            "start": 834110294,
            "stop": 834110354
        },
        {
            "start": 834114888,
            "stop": 834114948
        },
        {
            "start": 834115609,
            "stop": 834115819
        },
        {
            "start": 834116015,
            "stop": 834116075
        },
        {
            "start": 834120212,
            "stop": 834120392
        },
        {
            "start": 834120600,
            "stop": 834120720
        },
        {
            "start": 834121266,
            "stop": 834121446
        },
        {
            "start": 834122851,
            "stop": 834122911
        },
        {
            "start": 834123784,
            "stop": 834124054
        },
        {
            "start": 834124418,
            "stop": 834124478
        }
    ]
}