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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=397",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=395",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 396,
    "results": [
        {
            "start": 847780631,
            "stop": 847780632
        },
        {
            "start": 847780633,
            "stop": 847780653
        },
        {
            "start": 847780654,
            "stop": 847780695
        },
        {
            "start": 847780697,
            "stop": 847780731
        },
        {
            "start": 847780732,
            "stop": 847780768
        },
        {
            "start": 847780770,
            "stop": 847780778
        },
        {
            "start": 847780779,
            "stop": 847780781
        },
        {
            "start": 847780782,
            "stop": 847780805
        },
        {
            "start": 847780807,
            "stop": 847780822
        },
        {
            "start": 847780824,
            "stop": 847780897
        },
        {
            "start": 847780898,
            "stop": 847780906
        },
        {
            "start": 847780907,
            "stop": 847780908
        },
        {
            "start": 847780910,
            "stop": 847780932
        },
        {
            "start": 847780934,
            "stop": 847780950
        },
        {
            "start": 847780952,
            "stop": 847780973
        },
        {
            "start": 847780974,
            "stop": 847780989
        },
        {
            "start": 847780990,
            "stop": 847781025
        },
        {
            "start": 847781026,
            "stop": 847781033
        },
        {
            "start": 847781034,
            "stop": 847781036
        },
        {
            "start": 847781037,
            "stop": 847781060
        }
    ]
}