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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=174",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=172",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 173,
    "results": [
        {
            "start": 931137590,
            "stop": 931137595
        },
        {
            "start": 931137596,
            "stop": 931137597
        },
        {
            "start": 931137598,
            "stop": 931137600
        },
        {
            "start": 931137601,
            "stop": 931137604
        },
        {
            "start": 931137610,
            "stop": 931137614
        },
        {
            "start": 931137617,
            "stop": 931137624
        },
        {
            "start": 931137629,
            "stop": 931137631
        },
        {
            "start": 931137633,
            "stop": 931137642
        },
        {
            "start": 931137647,
            "stop": 931137653
        },
        {
            "start": 931137654,
            "stop": 931137655
        },
        {
            "start": 931137656,
            "stop": 931137659
        },
        {
            "start": 931137664,
            "stop": 931137665
        },
        {
            "start": 931137672,
            "stop": 931137673
        },
        {
            "start": 931137675,
            "stop": 931137677
        },
        {
            "start": 931137679,
            "stop": 931137692
        },
        {
            "start": 931137699,
            "stop": 931137700
        },
        {
            "start": 931137702,
            "stop": 931137703
        },
        {
            "start": 931137705,
            "stop": 931137707
        },
        {
            "start": 931137708,
            "stop": 931137711
        },
        {
            "start": 931137713,
            "stop": 931137716
        }
    ]
}