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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=149",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=147",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 148,
    "results": [
        {
            "start": 818659349,
            "stop": 818659420
        },
        {
            "start": 818659427,
            "stop": 818659491
        },
        {
            "start": 818659505,
            "stop": 818659506
        },
        {
            "start": 818659622,
            "stop": 818660402
        },
        {
            "start": 818660408,
            "stop": 818660469
        },
        {
            "start": 818660476,
            "stop": 818660605
        },
        {
            "start": 818660612,
            "stop": 818660670
        },
        {
            "start": 818660774,
            "stop": 818661146
        },
        {
            "start": 818665552,
            "stop": 818665662
        },
        {
            "start": 818665669,
            "stop": 818665715
        },
        {
            "start": 818665722,
            "stop": 818665998
        },
        {
            "start": 818666005,
            "stop": 818666024
        },
        {
            "start": 818666033,
            "stop": 818666611
        },
        {
            "start": 818724388,
            "stop": 818724785
        },
        {
            "start": 818724801,
            "stop": 818724806
        },
        {
            "start": 818724814,
            "stop": 818724861
        },
        {
            "start": 818724884,
            "stop": 818724899
        },
        {
            "start": 818724909,
            "stop": 818724956
        },
        {
            "start": 818724980,
            "stop": 818725001
        },
        {
            "start": 818725009,
            "stop": 818725044
        }
    ]
}