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=9844
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=9845",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=9843",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 9844,
    "results": [
        {
            "start": 874194088,
            "stop": 874194124
        },
        {
            "start": 874194127,
            "stop": 874194139
        },
        {
            "start": 874194143,
            "stop": 874194144
        },
        {
            "start": 874194154,
            "stop": 874194155
        },
        {
            "start": 874194158,
            "stop": 874194163
        },
        {
            "start": 874194166,
            "stop": 874194168
        },
        {
            "start": 874194172,
            "stop": 874194231
        },
        {
            "start": 874194234,
            "stop": 874194446
        },
        {
            "start": 874194449,
            "stop": 874201950
        },
        {
            "start": 874201953,
            "stop": 874203418
        },
        {
            "start": 874203421,
            "stop": 874205369
        },
        {
            "start": 874205372,
            "stop": 874216223
        },
        {
            "start": 874216226,
            "stop": 874216228
        },
        {
            "start": 874216237,
            "stop": 874216593
        },
        {
            "start": 874216598,
            "stop": 874216600
        },
        {
            "start": 874216603,
            "stop": 874216607
        },
        {
            "start": 874216612,
            "stop": 874216618
        },
        {
            "start": 874216626,
            "stop": 874220686
        },
        {
            "start": 874220689,
            "stop": 874220693
        },
        {
            "start": 874220696,
            "stop": 874220769
        }
    ]
}