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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=177",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=175",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 176,
    "results": [
        {
            "start": 820197591,
            "stop": 820197600
        },
        {
            "start": 820197607,
            "stop": 820197670
        },
        {
            "start": 820197677,
            "stop": 820197727
        },
        {
            "start": 820197734,
            "stop": 820197753
        },
        {
            "start": 820197761,
            "stop": 820197791
        },
        {
            "start": 820197806,
            "stop": 820197917
        },
        {
            "start": 820197925,
            "stop": 820198065
        },
        {
            "start": 820198078,
            "stop": 820198122
        },
        {
            "start": 820198129,
            "stop": 820198213
        },
        {
            "start": 820198241,
            "stop": 820198286
        },
        {
            "start": 820198294,
            "stop": 820198307
        },
        {
            "start": 820198314,
            "stop": 820198332
        },
        {
            "start": 820198339,
            "stop": 820198369
        },
        {
            "start": 820198376,
            "stop": 820198416
        },
        {
            "start": 820198423,
            "stop": 820198484
        },
        {
            "start": 820198498,
            "stop": 820198550
        },
        {
            "start": 820198570,
            "stop": 820198653
        },
        {
            "start": 820198674,
            "stop": 820198768
        },
        {
            "start": 820198775,
            "stop": 820198779
        },
        {
            "start": 820198787,
            "stop": 820198904
        }
    ]
}