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=146
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=147",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCLOW_CAT4/segments?format=api&page=145",
    "results_count": 177886,
    "results_per_page": 20,
    "num_pages": 8895,
    "page_number": 146,
    "results": [
        {
            "start": 819931680,
            "stop": 819931910
        },
        {
            "start": 819932050,
            "stop": 819933729
        },
        {
            "start": 819933737,
            "stop": 819933781
        },
        {
            "start": 819933788,
            "stop": 819935690
        },
        {
            "start": 819935830,
            "stop": 819936770
        },
        {
            "start": 819936850,
            "stop": 819938160
        },
        {
            "start": 819938280,
            "stop": 819938413
        },
        {
            "start": 819938768,
            "stop": 819939950
        },
        {
            "start": 819940090,
            "stop": 819940130
        },
        {
            "start": 819940210,
            "stop": 819940370
        },
        {
            "start": 819940450,
            "stop": 819941330
        },
        {
            "start": 819941410,
            "stop": 819941653
        },
        {
            "start": 819941790,
            "stop": 819942942
        },
        {
            "start": 819942949,
            "stop": 819944036
        },
        {
            "start": 819944050,
            "stop": 819944564
        },
        {
            "start": 819944571,
            "stop": 819945050
        },
        {
            "start": 819945130,
            "stop": 819946262
        },
        {
            "start": 819946270,
            "stop": 819946791
        },
        {
            "start": 819946798,
            "stop": 819947460
        },
        {
            "start": 819947520,
            "stop": 819948935
        }
    ]
}