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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9828",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9826",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9827,
    "results": [
        {
            "start": 874047399,
            "stop": 874047541
        },
        {
            "start": 874047544,
            "stop": 874047726
        },
        {
            "start": 874047729,
            "stop": 874047847
        },
        {
            "start": 874047850,
            "stop": 874047855
        },
        {
            "start": 874047858,
            "stop": 874048257
        },
        {
            "start": 874048260,
            "stop": 874048263
        },
        {
            "start": 874048266,
            "stop": 874048411
        },
        {
            "start": 874048414,
            "stop": 874048469
        },
        {
            "start": 874048472,
            "stop": 874048545
        },
        {
            "start": 874048549,
            "stop": 874048563
        },
        {
            "start": 874048566,
            "stop": 874048568
        },
        {
            "start": 874048571,
            "stop": 874048681
        },
        {
            "start": 874048684,
            "stop": 874048886
        },
        {
            "start": 874048889,
            "stop": 874048899
        },
        {
            "start": 874048902,
            "stop": 874049573
        },
        {
            "start": 874049582,
            "stop": 874049586
        },
        {
            "start": 874049590,
            "stop": 874049874
        },
        {
            "start": 874049877,
            "stop": 874049931
        },
        {
            "start": 874049934,
            "stop": 874051471
        },
        {
            "start": 874051474,
            "stop": 874052262
        }
    ]
}