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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=122",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=120",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 121,
    "results": [
        {
            "start": 931614561,
            "stop": 931614569
        },
        {
            "start": 931614596,
            "stop": 931614597
        },
        {
            "start": 931614612,
            "stop": 931614614
        },
        {
            "start": 931614619,
            "stop": 931614649
        },
        {
            "start": 931614656,
            "stop": 931614667
        },
        {
            "start": 931614673,
            "stop": 931614686
        },
        {
            "start": 931614697,
            "stop": 931614716
        },
        {
            "start": 931614722,
            "stop": 931614725
        },
        {
            "start": 931614771,
            "stop": 931614773
        },
        {
            "start": 931614790,
            "stop": 931614811
        },
        {
            "start": 931614845,
            "stop": 931614848
        },
        {
            "start": 931614854,
            "stop": 931614865
        },
        {
            "start": 931614870,
            "stop": 931614901
        },
        {
            "start": 931614967,
            "stop": 931614971
        },
        {
            "start": 931614988,
            "stop": 931614990
        },
        {
            "start": 931615025,
            "stop": 931615027
        },
        {
            "start": 931615046,
            "stop": 931615055
        },
        {
            "start": 931615069,
            "stop": 931615081
        },
        {
            "start": 931615087,
            "stop": 931615089
        },
        {
            "start": 931615131,
            "stop": 931615138
        }
    ]
}