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=106
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=107",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT2/segments?format=api&page=105",
    "results_count": 8308,
    "results_per_page": 20,
    "num_pages": 416,
    "page_number": 106,
    "results": [
        {
            "start": 931537275,
            "stop": 931537302
        },
        {
            "start": 931537307,
            "stop": 931537315
        },
        {
            "start": 931537333,
            "stop": 931537354
        },
        {
            "start": 931537359,
            "stop": 931537382
        },
        {
            "start": 931537389,
            "stop": 931537401
        },
        {
            "start": 931537408,
            "stop": 931537435
        },
        {
            "start": 931537441,
            "stop": 931537451
        },
        {
            "start": 931537457,
            "stop": 931537458
        },
        {
            "start": 931537463,
            "stop": 931537515
        },
        {
            "start": 931537531,
            "stop": 931537534
        },
        {
            "start": 931537540,
            "stop": 931537542
        },
        {
            "start": 931537548,
            "stop": 931537562
        },
        {
            "start": 931537572,
            "stop": 931537573
        },
        {
            "start": 931537603,
            "stop": 931537646
        },
        {
            "start": 931537652,
            "stop": 931537654
        },
        {
            "start": 931537660,
            "stop": 931537662
        },
        {
            "start": 931537675,
            "stop": 931537685
        },
        {
            "start": 931537699,
            "stop": 931537705
        },
        {
            "start": 931537730,
            "stop": 931537731
        },
        {
            "start": 931537737,
            "stop": 931537739
        }
    ]
}