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=231
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=232",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=230",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 231,
    "results": [
        {
            "start": 855511643,
            "stop": 855516576
        },
        {
            "start": 855516736,
            "stop": 855520961
        },
        {
            "start": 855521956,
            "stop": 855526457
        },
        {
            "start": 855528028,
            "stop": 855544082
        },
        {
            "start": 855547114,
            "stop": 855584385
        },
        {
            "start": 855588405,
            "stop": 855591898
        },
        {
            "start": 855619748,
            "stop": 855620206
        },
        {
            "start": 855622572,
            "stop": 855630051
        },
        {
            "start": 855630055,
            "stop": 855684772
        },
        {
            "start": 855685884,
            "stop": 855689304
        },
        {
            "start": 855693275,
            "stop": 855706418
        },
        {
            "start": 855707663,
            "stop": 855778710
        },
        {
            "start": 855780880,
            "stop": 855783240
        },
        {
            "start": 855784316,
            "stop": 855809700
        },
        {
            "start": 855813326,
            "stop": 855824205
        },
        {
            "start": 855825516,
            "stop": 855862413
        },
        {
            "start": 855867651,
            "stop": 855867681
        },
        {
            "start": 855869550,
            "stop": 855869740
        },
        {
            "start": 855887484,
            "stop": 855901506
        },
        {
            "start": 855902199,
            "stop": 855907780
        }
    ]
}