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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=162",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=160",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 161,
    "results": [
        {
            "start": 839103966,
            "stop": 839108781
        },
        {
            "start": 839108784,
            "stop": 839127714
        },
        {
            "start": 839129014,
            "stop": 839129133
        },
        {
            "start": 839129152,
            "stop": 839169242
        },
        {
            "start": 839169243,
            "stop": 839184801
        },
        {
            "start": 839185083,
            "stop": 839185850
        },
        {
            "start": 839187406,
            "stop": 839193176
        },
        {
            "start": 839194690,
            "stop": 839194966
        },
        {
            "start": 839194969,
            "stop": 839198886
        },
        {
            "start": 839198891,
            "stop": 839198896
        },
        {
            "start": 839198897,
            "stop": 839201752
        },
        {
            "start": 839202996,
            "stop": 839229063
        },
        {
            "start": 839229065,
            "stop": 839229066
        },
        {
            "start": 839229069,
            "stop": 839229091
        },
        {
            "start": 839229092,
            "stop": 839255895
        },
        {
            "start": 839255898,
            "stop": 839258164
        },
        {
            "start": 839260427,
            "stop": 839264684
        },
        {
            "start": 839265169,
            "stop": 839267089
        },
        {
            "start": 839267936,
            "stop": 839279214
        },
        {
            "start": 839279215,
            "stop": 839284931
        }
    ]
}