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=33138
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=33139",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33137",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33138,
    "results": [
        {
            "start": 970596811,
            "stop": 970596814
        },
        {
            "start": 970596816,
            "stop": 970596819
        },
        {
            "start": 970596820,
            "stop": 970596876
        },
        {
            "start": 970596878,
            "stop": 970596899
        },
        {
            "start": 970596900,
            "stop": 970596909
        },
        {
            "start": 970596910,
            "stop": 970596934
        },
        {
            "start": 970596936,
            "stop": 970596952
        },
        {
            "start": 970596953,
            "stop": 970596962
        },
        {
            "start": 970596964,
            "stop": 970596973
        },
        {
            "start": 970596975,
            "stop": 970596979
        },
        {
            "start": 970596980,
            "stop": 970596999
        },
        {
            "start": 970597001,
            "stop": 970597018
        },
        {
            "start": 970597019,
            "stop": 970597029
        },
        {
            "start": 970597030,
            "stop": 970597039
        },
        {
            "start": 970597040,
            "stop": 970597057
        },
        {
            "start": 970597061,
            "stop": 970597069
        },
        {
            "start": 970597070,
            "stop": 970597081
        },
        {
            "start": 970597083,
            "stop": 970597096
        },
        {
            "start": 970597098,
            "stop": 970597108
        },
        {
            "start": 970597112,
            "stop": 970597137
        }
    ]
}