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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=176",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=174",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 175,
    "results": [
        {
            "start": 821641916,
            "stop": 821641919
        },
        {
            "start": 821641922,
            "stop": 821641925
        },
        {
            "start": 821641929,
            "stop": 821641954
        },
        {
            "start": 821641960,
            "stop": 821641961
        },
        {
            "start": 821641965,
            "stop": 821641967
        },
        {
            "start": 821641970,
            "stop": 821641981
        },
        {
            "start": 821641984,
            "stop": 821641991
        },
        {
            "start": 821641994,
            "stop": 821642000
        },
        {
            "start": 821642004,
            "stop": 821642008
        },
        {
            "start": 821642011,
            "stop": 821642012
        },
        {
            "start": 821642015,
            "stop": 821642017
        },
        {
            "start": 821642025,
            "stop": 821642027
        },
        {
            "start": 821642030,
            "stop": 821642034
        },
        {
            "start": 821642037,
            "stop": 821642040
        },
        {
            "start": 821642043,
            "stop": 821642050
        },
        {
            "start": 821642053,
            "stop": 821642066
        },
        {
            "start": 821642069,
            "stop": 821642080
        },
        {
            "start": 821642083,
            "stop": 821642085
        },
        {
            "start": 821642088,
            "stop": 821642093
        },
        {
            "start": 821642096,
            "stop": 821642099
        }
    ]
}