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=292
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=293",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=291",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 292,
    "results": [
        {
            "start": 931174706,
            "stop": 931174708
        },
        {
            "start": 931174712,
            "stop": 931174720
        },
        {
            "start": 931174721,
            "stop": 931174727
        },
        {
            "start": 931174731,
            "stop": 931174738
        },
        {
            "start": 931174741,
            "stop": 931174743
        },
        {
            "start": 931174744,
            "stop": 931174746
        },
        {
            "start": 931174748,
            "stop": 931174750
        },
        {
            "start": 931174752,
            "stop": 931174753
        },
        {
            "start": 931174754,
            "stop": 931174755
        },
        {
            "start": 931174758,
            "stop": 931174761
        },
        {
            "start": 931174762,
            "stop": 931174765
        },
        {
            "start": 931174769,
            "stop": 931174772
        },
        {
            "start": 931174773,
            "stop": 931174786
        },
        {
            "start": 931174788,
            "stop": 931174790
        },
        {
            "start": 931174793,
            "stop": 931174794
        },
        {
            "start": 931174795,
            "stop": 931174797
        },
        {
            "start": 931174799,
            "stop": 931174801
        },
        {
            "start": 931174803,
            "stop": 931174807
        },
        {
            "start": 931174809,
            "stop": 931174811
        },
        {
            "start": 931174813,
            "stop": 931174821
        }
    ]
}