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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=344",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=342",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 343,
    "results": [
        {
            "start": 939311204,
            "stop": 939311278
        },
        {
            "start": 939311281,
            "stop": 939311579
        },
        {
            "start": 939311582,
            "stop": 939311665
        },
        {
            "start": 939311668,
            "stop": 939311706
        },
        {
            "start": 939311709,
            "stop": 939311742
        },
        {
            "start": 939311745,
            "stop": 939311769
        },
        {
            "start": 939311772,
            "stop": 939311784
        },
        {
            "start": 939311787,
            "stop": 939311834
        },
        {
            "start": 939311837,
            "stop": 939311912
        },
        {
            "start": 939311916,
            "stop": 939311945
        },
        {
            "start": 939311948,
            "stop": 939312124
        },
        {
            "start": 939312127,
            "stop": 939312210
        },
        {
            "start": 939312213,
            "stop": 939312256
        },
        {
            "start": 939323481,
            "stop": 939323853
        },
        {
            "start": 939323870,
            "stop": 939325271
        },
        {
            "start": 939325274,
            "stop": 939328124
        },
        {
            "start": 939328127,
            "stop": 939328912
        },
        {
            "start": 939328915,
            "stop": 939329640
        },
        {
            "start": 939329643,
            "stop": 939329992
        },
        {
            "start": 939329995,
            "stop": 939332398
        }
    ]
}