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=33140
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=33141",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT3H/segments?format=api&page=33139",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33140,
    "results": [
        {
            "start": 970597581,
            "stop": 970597593
        },
        {
            "start": 970597606,
            "stop": 970597609
        },
        {
            "start": 970597611,
            "stop": 970597696
        },
        {
            "start": 970597816,
            "stop": 970597819
        },
        {
            "start": 970597820,
            "stop": 970597821
        },
        {
            "start": 970597823,
            "stop": 970597825
        },
        {
            "start": 970597827,
            "stop": 970597842
        },
        {
            "start": 970597843,
            "stop": 970597848
        },
        {
            "start": 970597849,
            "stop": 970597852
        },
        {
            "start": 970597855,
            "stop": 970597883
        },
        {
            "start": 970597885,
            "stop": 970597907
        },
        {
            "start": 970597908,
            "stop": 970597940
        },
        {
            "start": 970597942,
            "stop": 970597950
        },
        {
            "start": 970597951,
            "stop": 970597973
        },
        {
            "start": 970597974,
            "stop": 970597997
        },
        {
            "start": 970597999,
            "stop": 970598010
        },
        {
            "start": 970598011,
            "stop": 970598015
        },
        {
            "start": 970598019,
            "stop": 970598022
        },
        {
            "start": 970598023,
            "stop": 970598036
        },
        {
            "start": 970598037,
            "stop": 970598074
        }
    ]
}