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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=165",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 166,
    "results": [
        {
            "start": 821641984,
            "stop": 821641991
        },
        {
            "start": 821641994,
            "stop": 821642000
        },
        {
            "start": 821642004,
            "stop": 821642008
        },
        {
            "start": 821642011,
            "stop": 821642012
        },
        {
            "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
        },
        {
            "start": 821642104,
            "stop": 821642121
        },
        {
            "start": 821642125,
            "stop": 821642138
        },
        {
            "start": 821642141,
            "stop": 821642193
        },
        {
            "start": 821642196,
            "stop": 821642197
        },
        {
            "start": 821642200,
            "stop": 821642243
        },
        {
            "start": 821642249,
            "stop": 821642251
        },
        {
            "start": 821642256,
            "stop": 821642281
        }
    ]
}