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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=108",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=106",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 107,
    "results": [
        {
            "start": 1126602288,
            "stop": 1126602309
        },
        {
            "start": 1126602310,
            "stop": 1126602525
        },
        {
            "start": 1126602527,
            "stop": 1126602706
        },
        {
            "start": 1126602707,
            "stop": 1126602722
        },
        {
            "start": 1126602723,
            "stop": 1126602751
        },
        {
            "start": 1126602752,
            "stop": 1126602812
        },
        {
            "start": 1126602813,
            "stop": 1126602822
        },
        {
            "start": 1126602823,
            "stop": 1126602935
        },
        {
            "start": 1126602936,
            "stop": 1126602941
        },
        {
            "start": 1126602945,
            "stop": 1126602980
        },
        {
            "start": 1126602982,
            "stop": 1126602994
        },
        {
            "start": 1126602996,
            "stop": 1126602998
        },
        {
            "start": 1126603000,
            "stop": 1126603001
        },
        {
            "start": 1126603002,
            "stop": 1126603005
        },
        {
            "start": 1126603007,
            "stop": 1126603008
        },
        {
            "start": 1126603010,
            "stop": 1126603016
        },
        {
            "start": 1126603017,
            "stop": 1126603020
        },
        {
            "start": 1126603024,
            "stop": 1126603029
        },
        {
            "start": 1126603031,
            "stop": 1126603032
        },
        {
            "start": 1126603034,
            "stop": 1126603035
        }
    ]
}